Color Hex Logo

#fbcfda Color Hex

#FBCFDA
(251,207,218)
0 Favorites   0 Comments

Color spaces of #fbcfda

RGB 251207218
HSL0.960.850.90
HSV345°18°98°
CMYK 0.000.180.13   0.02
XYZ74.751470.196875.9392
Yxy70.19680.33840.3178
Hunter Lab83.783512.63604.9096
CIE-Lab87.093317.15920.3831

#fbcfda color RGB value is (251,207,218).

#fbcfda hex color red value is 251, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fbcfda hue: 0.96 , saturation: 0.85 and the lightness value of fbcfda is 0.90.

The process color (four color CMYK) of #fbcfda color hex is 0.00, 0.18, 0.13, 0.02. Web safe color of #fbcfda is #ffcccc. Color #fbcfda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 11011010
Octal 373 317 332
Decimal 251 207 218
Hex FB CF DA

RGB Percentages of Color #fbcfda

%37.13
%30.62
%32.25

CMYK Percentages of Color #fbcfda

%0
%18
%13
%2

Triadic Colors of #fbcfda

#fbcfda #dafbcf #cfdafb

Analogous Colors of #fbcfda

#fbcfda #fbdacf #fbcff0

Monochromatic Colors of #fbcfda

#fbcfda

Complementary Color

#fbcfda #cffbf0

#fbcfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcfda Color CSS Codes

.mybgcolor {background-color:#fbcfda; } 
.myforecolor {color:#fbcfda; }
.mybordercolor {border:3px solid #fbcfda; }

#fbcfda Text Font Color

<p style="color:#fbcfda">Text here</p>

This sample text font color is #fbcfda
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbcfda Background Color

<div style="background-color:#fbcfda">
Div content here</div>

This div background color is #fbcfda


#fbcfda Border Color

<div style="border:3px solid #fbcfda">
Div here</div>

This div border color is #fbcfda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,207,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbcfda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbcfda;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcfda;
  box-shadow:         1px 1px 3px 2px #fbcfda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,207,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbcfda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcfda;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcfda;
  box-shadow:         1px 1px 3px 2px #fbcfda;">
Div content here</div>

This div box has shadow with color #fbcfda

Related Colors


Comments

No comments written yet.

Please login to write comment.