Color Hex Logo

#fbcdec Color Hex

#FBCDEC
(251,205,236)
0 Favorites   0 Comments

Color spaces of #fbcdec

RGB 251205236
HSL0.890.850.89
HSV320°18°98°
CMYK 0.000.180.06   0.02
XYZ76.755370.228088.8668
Yxy70.22800.32540.2978
Hunter Lab83.802116.8363-4.2117
CIE-Lab87.108621.1812-9.1326

#fbcdec color RGB value is (251,205,236).

#fbcdec hex color red value is 251, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fbcdec hue: 0.89 , saturation: 0.85 and the lightness value of fbcdec is 0.89.

The process color (four color CMYK) of #fbcdec color hex is 0.00, 0.18, 0.06, 0.02. Web safe color of #fbcdec is #ffccff. Color #fbcdec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 11101100
Octal 373 315 354
Decimal 251 205 236
Hex FB CD EC

RGB Percentages of Color #fbcdec

%36.27
%29.62
%34.10

CMYK Percentages of Color #fbcdec

%0
%18
%6
%2

Triadic Colors of #fbcdec

#fbcdec #ecfbcd #cdecfb

Analogous Colors of #fbcdec

#fbcdec #fbcdd5 #f3cdfb

Monochromatic Colors of #fbcdec

#fbcdec

Complementary Color

#fbcdec #cdfbdc

#fbcdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcdec Color CSS Codes

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

#fbcdec Text Font Color

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

This sample text font color is #fbcdec
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.


#fbcdec Background Color

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

This div background color is #fbcdec


#fbcdec Border Color

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

This div border color is #fbcdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcdec


Comments

No comments written yet.

Please login to write comment.