#FBD1CB

Color #FBD1CB Cosmos (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmos #FBD1CB

Tints of Cosmos #FBD1CB

Color information

#FBD1CB (or 0xFBD1CB) is unknown color: approx Cosmos. HEX triplet: FB, D1 and CB. RGB value is (251,209,203). Sum of RGB (Red+Green+Blue) = 251+209+203=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1CB is #042E34. Grayscale: #DCDCDC. Windows color (decimal): -273973 or 13357563. OLE color: 13357563.

HSL color Cylindrical-coordinate representation of color #FBD1CB: hue angle of 7.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBD1CB is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251209203-
CMYK00.170.190.02
HSL7.5º85.71%89.02%-
HSV(B)7.5º19.12%98.43%-
XYZ73.3670.4266.23-
YUV220.87117.91149.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 209 (82.03% from 255) = 31.52%
BLUE value IS 203 (79.69% from 255) = 30.62%
R=37.86%
G=31.52%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120920300.170.190.027.585.7189.02
HexFBD1CB01113285659
Octal37332131302123210126131
Binary1111101111010001110010110100011001110100010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1CB; }

 p { color: rgb(251,209,203); }

 H1.HeaderClassName
 {
   color: #FBD1CB;
 }
 .AnyTagClassName
 {
   color: #FBD1CB;
 }
</style>
background-color css

<style>
 a { background-color: #FBD1CB; }

 a { background-color: rgb(251,209,203); }

 div.DivClassName
 {
   background-color: #FBD1CB;
 }
 .BgClassName
 {
   background-color: #FBD1CB;
 }
</style>
border-color css

<style>
 span { border-color: #FBD1CB; }

 span { border-color: rgb(251,209,203); }

 td.TdClassName
 {
   border-color: #FBD1CB;
 }
 .TagClassName
 {
   border-color: #FBD1CB;
 }
</style>