Color Hex Logo

#fbcbda Color Hex

#FBCBDA
(251,203,218)
0 Favorites   0 Comments

Color spaces of #fbcbda

RGB 251203218
HSL0.950.860.89
HSV341°19°98°
CMYK 0.000.190.13   0.02
XYZ73.794568.283175.6202
Yxy68.28310.33900.3137
Hunter Lab82.633614.79763.5857
CIE-Lab86.147819.2568-0.9983

#fbcbda color RGB value is (251,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 11011010
Octal 373 313 332
Decimal 251 203 218
Hex FB CB DA

RGB Percentages of Color #fbcbda

%37.35
%30.21
%32.44

CMYK Percentages of Color #fbcbda

%0
%19
%13
%2

Triadic Colors of #fbcbda

#fbcbda #dafbcb #cbdafb

Analogous Colors of #fbcbda

#fbcbda #fbd4cb #fbcbf2

Monochromatic Colors of #fbcbda

#fbcbda

Complementary Color

#fbcbda #cbfbec

#fbcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbda Color CSS Codes

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

#fbcbda Text Font Color

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

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


#fbcbda Background Color

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

This div background color is #fbcbda


#fbcbda Border Color

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

This div border color is #fbcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbda

Related Colors


Comments

No comments written yet.

Please login to write comment.