Color Hex Logo

#fbcedc Color Hex

#FBCEDC
(251,206,220)
0 Favorites   0 Comments

Color spaces of #fbcedc

RGB 251206220
HSL0.950.850.90
HSV341°18°98°
CMYK 0.000.180.12   0.02
XYZ74.773269.819277.2456
Yxy69.81920.33710.3147
Hunter Lab83.557913.50753.6795
CIE-Lab86.908118.0023-0.9475

#fbcedc color RGB value is (251,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11011100
Octal 373 316 334
Decimal 251 206 220
Hex FB CE DC

RGB Percentages of Color #fbcedc

%37.08
%30.43
%32.50

CMYK Percentages of Color #fbcedc

%0
%18
%12
%2

Triadic Colors of #fbcedc

#fbcedc #dcfbce #cedcfb

Analogous Colors of #fbcedc

#fbcedc #fbd7ce #fbcef3

Monochromatic Colors of #fbcedc

#fbcedc

Complementary Color

#fbcedc #cefbed

#fbcedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcedc Color CSS Codes

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

#fbcedc Text Font Color

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

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


#fbcedc Background Color

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

This div background color is #fbcedc


#fbcedc Border Color

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

This div border color is #fbcedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcedc

#fbcedc Color Palettes


Comments

No comments written yet.

Please login to write comment.