Color Hex Logo

#fbcbde Color Hex

#FBCBDE
(251,203,222)
0 Favorites   0 Comments

Color spaces of #fbcbde

RGB 251203222
HSL0.930.860.89
HSV336°19°98°
CMYK 0.000.190.12   0.02
XYZ74.324468.495078.4108
Yxy68.49500.33600.3096
Hunter Lab82.761715.46951.7602
CIE-Lab86.253419.8991-2.9687

#fbcbde color RGB value is (251,203,222).

#fbcbde hex color red value is 251, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fbcbde hue: 0.93 , saturation: 0.86 and the lightness value of fbcbde is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 11011110
Octal 373 313 336
Decimal 251 203 222
Hex FB CB DE

RGB Percentages of Color #fbcbde

%37.13
%30.03
%32.84

CMYK Percentages of Color #fbcbde

%0
%19
%12
%2

Triadic Colors of #fbcbde

#fbcbde #defbcb #cbdefb

Analogous Colors of #fbcbde

#fbcbde #fbd0cb #fbcbf6

Monochromatic Colors of #fbcbde

#fbcbde

Complementary Color

#fbcbde #cbfbe8

#fbcbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbde Color CSS Codes

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

#fbcbde Text Font Color

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

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


#fbcbde Background Color

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

This div background color is #fbcbde


#fbcbde Border Color

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

This div border color is #fbcbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbde


Comments

No comments written yet.

Please login to write comment.