Color Hex Logo

#fbc0cd Color Hex

#FBC0CD
(251,192,205)
0 Favorites   0 Comments

Color spaces of #fbc0cd

RGB 251192205
HSL0.960.880.87
HSV347°24°98°
CMYK 0.000.240.18   0.02
XYZ69.652762.616366.1727
Yxy62.61630.35100.3155
Hunter Lab79.130518.64215.8102
CIE-Lab83.240123.02641.6947

#fbc0cd color RGB value is (251,192,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 11001101
Octal 373 300 315
Decimal 251 192 205
Hex FB C0 CD

RGB Percentages of Color #fbc0cd

%38.73
%29.63
%31.64

CMYK Percentages of Color #fbc0cd

%0
%24
%18
%2

Triadic Colors of #fbc0cd

#fbc0cd #cdfbc0 #c0cdfb

Analogous Colors of #fbc0cd

#fbc0cd #fbd1c0 #fbc0eb

Monochromatic Colors of #fbc0cd

#fbc0cd

Complementary Color

#fbc0cd #c0fbee

#fbc0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc0cd Color CSS Codes

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

#fbc0cd Text Font Color

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

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


#fbc0cd Background Color

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

This div background color is #fbc0cd


#fbc0cd Border Color

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

This div border color is #fbc0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc0cd

Related Colors


Comments

No comments written yet.

Please login to write comment.