#F8D0CE

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

Shades of Cosmos #F8D0CE

Tints of Cosmos #F8D0CE

Color information

#F8D0CE (or 0xF8D0CE) is unknown color: approx Cosmos. HEX triplet: F8, D0 and CE. RGB value is (248,208,206). Sum of RGB (Red+Green+Blue) = 248+208+206=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0CE is #072F31. Grayscale: #DBDBDB. Windows color (decimal): -470834 or 13553912. OLE color: 13553912.

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

Color convert

RGB248208206-
CMYK00.160.170.03
HSL2.86º75%89.02%-
HSV(B)2.86º16.94%97.25%-
XYZ72.4169.5268-
YUV219.73120.25148.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.46%
GREEN value IS 208 (81.64% from 255) = 31.42%
BLUE value IS 206 (80.86% from 255) = 31.12%
R=37.46%
G=31.42%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820820600.160.170.032.867589.02
HexF8D0CE01011334b59
Octal3703203160202133113131
Binary11111000110100001100111001000010001111110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D0CE; }

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

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

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

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

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

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

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

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