#F8D0CF

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

Shades of Cosmos #F8D0CF

Tints of Cosmos #F8D0CF

Color information

#F8D0CF (or 0xF8D0CF) is unknown color: approx Cosmos. HEX triplet: F8, D0 and CF. RGB value is (248,208,207). Sum of RGB (Red+Green+Blue) = 248+208+207=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0CF is #072F30. Grayscale: #DBDBDB. Windows color (decimal): -470833 or 13619448. OLE color: 13619448.

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

Color convert

RGB248208207-
CMYK00.160.170.03
HSL1.46º74.55%89.22%-
HSV(B)1.46º16.53%97.25%-
XYZ72.5369.5768.64-
YUV219.85120.75148.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.41%
GREEN value IS 208 (81.64% from 255) = 31.37%
BLUE value IS 207 (81.25% from 255) = 31.22%
R=37.41%
G=31.37%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820820700.160.170.031.4674.5589.22
HexF8D0CF01011314b59
Octal3703203170202131113131
Binary1111100011010000110011110100001000111110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D0CF; }

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

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

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

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

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

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

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

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