#FBD2CF

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

Shades of Cosmos #FBD2CF

Tints of Cosmos #FBD2CF

Color information

#FBD2CF (or 0xFBD2CF) is unknown color: approx Cosmos. HEX triplet: FB, D2 and CF. RGB value is (251,210,207). Sum of RGB (Red+Green+Blue) = 251+210+207=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2CF is #042D30. Grayscale: #DDDDDD. Windows color (decimal): -273713 or 13619963. OLE color: 13619963.

HSL color Cylindrical-coordinate representation of color #FBD2CF: hue angle of 4.09º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBD2CF is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251210207-
CMYK00.160.180.02
HSL4.09º84.62%89.8%-
HSV(B)4.09º17.53%98.43%-
XYZ74.0971.1168.85-
YUV221.92119.58148.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 210 (82.42% from 255) = 31.44%
BLUE value IS 207 (81.25% from 255) = 30.99%
R=37.57%
G=31.44%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121020700.160.180.024.0984.6289.8
HexFBD2CF0101224555a
Octal3733223170202224125132
Binary111110111101001011001111010000100101010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2CF; }

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

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

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

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

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

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

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

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