#F8D5CE

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

Shades of Cosmos #F8D5CE

Tints of Cosmos #F8D5CE

Color information

#F8D5CE (or 0xF8D5CE) is unknown color: approx Cosmos. HEX triplet: F8, D5 and CE. RGB value is (248,213,206). Sum of RGB (Red+Green+Blue) = 248+213+206=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D5CE is #072A31. Grayscale: #DEDEDE. Windows color (decimal): -469554 or 13555192. OLE color: 13555192.

HSL color Cylindrical-coordinate representation of color #F8D5CE: hue angle of 10º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8D5CE is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248213206-
CMYK00.140.170.03
HSL10º75%89.02%-
HSV(B)10º16.94%97.25%-
XYZ73.657268.41-
YUV222.67118.6146.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.18%
GREEN value IS 213 (83.59% from 255) = 31.93%
BLUE value IS 206 (80.86% from 255) = 30.88%
R=37.18%
G=31.93%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821320600.140.170.03107589.02
HexF8D5CE0E113a4b59
Octal37032531601621312113131
Binary111110001101010111001110011101000111101010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D5CE; }

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

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

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

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

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

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

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

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