Color Hex Logo

#fbceec Color Hex

#FBCEEC
(251,206,236)
0 Favorites   0 Comments

Color spaces of #fbceec

RGB 251206236
HSL0.890.850.90
HSV320°18°98°
CMYK 0.000.180.06   0.02
XYZ76.995370.708088.9468
Yxy70.70800.32540.2988
Hunter Lab84.088016.2896-3.8542
CIE-Lab87.342920.6557-8.7845

#fbceec color RGB value is (251,206,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11101100
Octal 373 316 354
Decimal 251 206 236
Hex FB CE EC

RGB Percentages of Color #fbceec

%36.22
%29.73
%34.05

CMYK Percentages of Color #fbceec

%0
%18
%6
%2

Triadic Colors of #fbceec

#fbceec #ecfbce #ceecfb

Analogous Colors of #fbceec

#fbceec #fbced6 #f4cefb

Monochromatic Colors of #fbceec

#fbceec

Complementary Color

#fbceec #cefbdd

#fbceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbceec Color CSS Codes

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

#fbceec Text Font Color

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

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


#fbceec Background Color

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

This div background color is #fbceec


#fbceec Border Color

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

This div border color is #fbceec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,206,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 #fbceec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbceec

Related Colors


Comments

No comments written yet.

Please login to write comment.