#F8D4CE

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

Shades of Cosmos #F8D4CE

Tints of Cosmos #F8D4CE

Color information

#F8D4CE (or 0xF8D4CE) is unknown color: approx Cosmos. HEX triplet: F8, D4 and CE. RGB value is (248,212,206). Sum of RGB (Red+Green+Blue) = 248+212+206=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D4CE is #072B31. Grayscale: #DEDEDE. Windows color (decimal): -469810 or 13554936. OLE color: 13554936.

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

Color convert

RGB248212206-
CMYK00.150.170.03
HSL8.57º75%89.02%-
HSV(B)8.57º16.94%97.25%-
XYZ73.471.568.32-
YUV222.08118.93146.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.24%
GREEN value IS 212 (83.20% from 255) = 31.83%
BLUE value IS 206 (80.86% from 255) = 30.93%
R=37.24%
G=31.83%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821220600.150.170.038.577589.02
HexF8D4CE0F11394b59
Octal37032431601721311113131
Binary111110001101010011001110011111000111100110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D4CE; }

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

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

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

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

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

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

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

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