#FBD2CB

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

Shades of Cosmos #FBD2CB

Tints of Cosmos #FBD2CB

Color information

#FBD2CB (or 0xFBD2CB) is unknown color: approx Cosmos. HEX triplet: FB, D2 and CB. RGB value is (251,210,203). Sum of RGB (Red+Green+Blue) = 251+210+203=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2CB is #042D34. Grayscale: #DDDDDD. Windows color (decimal): -273717 or 13357819. OLE color: 13357819.

HSL color Cylindrical-coordinate representation of color #FBD2CB: hue angle of 8.75º 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 #FBD2CB is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251210203-
CMYK00.160.190.02
HSL8.75º85.71%89.02%-
HSV(B)8.75º19.12%98.43%-
XYZ73.6170.9166.31-
YUV221.46117.58149.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 210 (82.42% from 255) = 31.63%
BLUE value IS 203 (79.69% from 255) = 30.57%
R=37.80%
G=31.63%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121020300.160.190.028.7585.7189.02
HexFBD2CB01013295659
Octal37332231302023211126131
Binary1111101111010010110010110100001001110100110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2CB; }

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

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

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

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

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

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

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

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