#FBD5CE

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

Shades of Cosmos #FBD5CE

Tints of Cosmos #FBD5CE

Color information

#FBD5CE (or 0xFBD5CE) is unknown color: approx Cosmos. HEX triplet: FB, D5 and CE. RGB value is (251,213,206). Sum of RGB (Red+Green+Blue) = 251+213+206=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5CE is #042A31. Grayscale: #DFDFDF. Windows color (decimal): -272946 or 13555195. OLE color: 13555195.

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

Color convert

RGB251213206-
CMYK00.150.180.02
HSL9.33º84.91%89.61%-
HSV(B)9.33º17.93%98.43%-
XYZ74.7272.5568.46-
YUV223.56118.09147.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 213 (83.59% from 255) = 31.79%
BLUE value IS 206 (80.86% from 255) = 30.75%
R=37.46%
G=31.79%
B=30.75%

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
Decimal25121320600.150.180.029.3384.9189.61
HexFBD5CE0F1229555a
Octal37332531601722211125132
Binary111110111101010111001110011111001010100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5CE; }

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

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

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

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

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

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

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

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