#F8D7D0

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

Shades of Cosmos #F8D7D0

Tints of Cosmos #F8D7D0

Color information

#F8D7D0 (or 0xF8D7D0) is unknown color: approx Cosmos. HEX triplet: F8, D7 and D0. RGB value is (248,215,208). Sum of RGB (Red+Green+Blue) = 248+215+208=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D7D0 is #07282F. Grayscale: #E0E0E0. Windows color (decimal): -469040 or 13686776. OLE color: 13686776.

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

Color convert

RGB248215208-
CMYK00.130.160.03
HSL10.5º74.07%89.41%-
HSV(B)10.5º16.13%97.25%-
XYZ74.473.1169.87-
YUV224.07118.93145.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.96%
GREEN value IS 215 (84.38% from 255) = 32.04%
BLUE value IS 208 (81.64% from 255) = 31.00%
R=36.96%
G=32.04%
B=31.00%

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
Decimal24821520800.130.160.0310.574.0789.41
HexF8D7D00D103b4a59
Octal37032732001520313112131
Binary111110001101011111010000011011000011101110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D7D0; }

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

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

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

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

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

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

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

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