#F8D3D1

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

Shades of Cosmos #F8D3D1

Tints of Cosmos #F8D3D1

Color information

#F8D3D1 (or 0xF8D3D1) is unknown color: approx Cosmos. HEX triplet: F8, D3 and D1. RGB value is (248,211,209). Sum of RGB (Red+Green+Blue) = 248+211+209=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 209 (82.03% from 255 or 31.29% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D3D1 is #072C2E. Grayscale: #DDDDDD. Windows color (decimal): -470063 or 13751288. OLE color: 13751288.

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

Color convert

RGB248211209-
CMYK00.150.160.03
HSL3.08º73.58%89.61%-
HSV(B)3.08º15.73%97.25%-
XYZ73.5171.1570.18-
YUV221.84120.76146.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.13%
GREEN value IS 211 (82.81% from 255) = 31.59%
BLUE value IS 209 (82.03% from 255) = 31.29%
R=37.13%
G=31.59%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821120900.150.160.033.0873.5889.61
HexF8D3D10F10334a5a
Octal3703233210172033112132
Binary1111100011010011110100010111110000111110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D3D1; }

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

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

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

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

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

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

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

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