#F7D8D4

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

Shades of Cosmos #F7D8D4

Tints of Cosmos #F7D8D4

Color information

#F7D8D4 (or 0xF7D8D4) is unknown color: approx Cosmos. HEX triplet: F7, D8 and D4. RGB value is (247,216,212). Sum of RGB (Red+Green+Blue) = 247+216+212=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D8D4 is #08272B. Grayscale: #E0E0E0. Windows color (decimal): -534316 or 13949175. OLE color: 13949175.

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

Color convert

RGB247216212-
CMYK00.130.140.03
HSL6.86º68.63%90%-
HSV(B)6.86º14.17%96.86%-
XYZ74.873.6472.56-
YUV224.81120.77143.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.59%
GREEN value IS 216 (84.77% from 255) = 32%
BLUE value IS 212 (83.20% from 255) = 31.41%
R=36.59%
G=32%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721621200.130.140.036.8668.6390
HexF7D8D40DE37455a
Octal3673303240151637105132
Binary1111011111011000110101000110111101111110001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D8D4; }

 p { color: rgb(247,216,212); }

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

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

 a { background-color: rgb(247,216,212); }

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

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

 span { border-color: rgb(247,216,212); }

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