#F8D7D1

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

Shades of Cosmos #F8D7D1

Tints of Cosmos #F8D7D1

Color information

#F8D7D1 (or 0xF8D7D1) is unknown color: approx Cosmos. HEX triplet: F8, D7 and D1. RGB value is (248,215,209). Sum of RGB (Red+Green+Blue) = 248+215+209=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D7D1 is #07282E. Grayscale: #E0E0E0. Windows color (decimal): -469039 or 13752312. OLE color: 13752312.

HSL color Cylindrical-coordinate representation of color #F8D7D1: hue angle of 9.23º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8D7D1 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB248215209-
CMYK00.130.160.03
HSL9.23º73.58%89.61%-
HSV(B)9.23º15.73%97.25%-
XYZ74.5273.1670.52-
YUV224.18119.43144.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.90%
GREEN value IS 215 (84.38% from 255) = 31.99%
BLUE value IS 209 (82.03% from 255) = 31.10%
R=36.90%
G=31.99%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821520900.130.160.039.2373.5889.61
HexF8D7D10D10394a5a
Octal37032732101520311112132
Binary111110001101011111010001011011000011100110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D7D1; }

 p { color: rgb(248,215,209); }

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

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

 a { background-color: rgb(248,215,209); }

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

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

 span { border-color: rgb(248,215,209); }

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