#FBD5CF

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

Shades of Cosmos #FBD5CF

Tints of Cosmos #FBD5CF

Color information

#FBD5CF (or 0xFBD5CF) is unknown color: approx Cosmos. HEX triplet: FB, D5 and CF. RGB value is (251,213,207). Sum of RGB (Red+Green+Blue) = 251+213+207=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5CF is #042A30. Grayscale: #DFDFDF. Windows color (decimal): -272945 or 13620731. OLE color: 13620731.

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

Color convert

RGB251213207-
CMYK00.150.180.02
HSL8.18º84.62%89.8%-
HSV(B)8.18º17.53%98.43%-
XYZ74.8472.669.1-
YUV223.68118.59147.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 213 (83.59% from 255) = 31.74%
BLUE value IS 207 (81.25% from 255) = 30.85%
R=37.41%
G=31.74%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121320700.150.180.028.1884.6289.8
HexFBD5CF0F1228555a
Octal37332531701722210125132
Binary111110111101010111001111011111001010100010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5CF; }

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

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

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

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

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

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

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

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