Color Hex Logo

#fbcedd Color Hex

#FBCEDD
(251,206,221)
0 Favorites   0 Comments

Color spaces of #fbcedd

RGB 251206221
HSL0.940.850.90
HSV340°18°98°
CMYK 0.000.180.12   0.02
XYZ74.906169.872377.9453
Yxy69.87230.33630.3137
Hunter Lab83.589713.67503.2263
CIE-Lab86.934218.1631-1.4394

#fbcedd color RGB value is (251,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11011101
Octal 373 316 335
Decimal 251 206 221
Hex FB CE DD

RGB Percentages of Color #fbcedd

%37.02
%30.38
%32.60

CMYK Percentages of Color #fbcedd

%0
%18
%12
%2

Triadic Colors of #fbcedd

#fbcedd #ddfbce #ceddfb

Analogous Colors of #fbcedd

#fbcedd #fbd6ce #fbcef4

Monochromatic Colors of #fbcedd

#fbcedd

Complementary Color

#fbcedd #cefbec

#fbcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcedd Color CSS Codes

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

#fbcedd Text Font Color

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

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


#fbcedd Background Color

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

This div background color is #fbcedd


#fbcedd Border Color

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

This div border color is #fbcedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcedd


Comments

No comments written yet.

Please login to write comment.