#F8D8D5

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

Shades of Cosmos #F8D8D5

Tints of Cosmos #F8D8D5

Color information

#F8D8D5 (or 0xF8D8D5) is unknown color: approx Cosmos. HEX triplet: F8, D8 and D5. RGB value is (248,216,213). Sum of RGB (Red+Green+Blue) = 248+216+213=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 213 (83.59% from 255 or 31.46% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D8D5 is #07272A. Grayscale: #E1E1E1. Windows color (decimal): -468779 or 14014712. OLE color: 14014712.

HSL color Cylindrical-coordinate representation of color #F8D8D5: hue angle of 5.14º degrees, saturation: 0.71, 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 #F8D8D5 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB248216213-
CMYK00.130.140.03
HSL5.14º71.43%90.39%-
HSV(B)5.14º14.11%97.25%-
XYZ75.2873.8773.24-
YUV225.23121.1144.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.63%
GREEN value IS 216 (84.77% from 255) = 31.91%
BLUE value IS 213 (83.59% from 255) = 31.46%
R=36.63%
G=31.91%
B=31.46%

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
Decimal24821621300.130.140.035.1471.4390.39
HexF8D8D50DE35475a
Octal3703303250151635107132
Binary1111100011011000110101010110111101110110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D8D5; }

 p { color: rgb(248,216,213); }

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

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

 a { background-color: rgb(248,216,213); }

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

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

 span { border-color: rgb(248,216,213); }

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