Color Hex Logo

#fbcdee Color Hex

#FBCDEE
(251,205,238)
0 Favorites   0 Comments

Color spaces of #fbcdee

RGB 251205238
HSL0.880.850.89
HSV317°18°98°
CMYK 0.000.180.05   0.02
XYZ77.047670.344990.4060
Yxy70.34490.32400.2958
Hunter Lab83.871917.2005-5.1987
CIE-Lab87.165721.5250-10.1069

#fbcdee color RGB value is (251,205,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 11101110
Octal 373 315 356
Decimal 251 205 238
Hex FB CD EE

RGB Percentages of Color #fbcdee

%36.17
%29.54
%34.29

CMYK Percentages of Color #fbcdee

%0
%18
%5
%2

Triadic Colors of #fbcdee

#fbcdee #eefbcd #cdeefb

Analogous Colors of #fbcdee

#fbcdee #fbcdd7 #f1cdfb

Monochromatic Colors of #fbcdee

#fbcdee

Complementary Color

#fbcdee #cdfbda

#fbcdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcdee Color CSS Codes

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

#fbcdee Text Font Color

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

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


#fbcdee Background Color

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

This div background color is #fbcdee


#fbcdee Border Color

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

This div border color is #fbcdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcdee


Comments

No comments written yet.

Please login to write comment.