#F6D5CE

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

Shades of Cosmos #F6D5CE

Tints of Cosmos #F6D5CE

Color information

#F6D5CE (or 0xF6D5CE) is unknown color: approx Cosmos. HEX triplet: F6, D5 and CE. RGB value is (246,213,206). Sum of RGB (Red+Green+Blue) = 246+213+206=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D5CE is #092A31. Grayscale: #DEDEDE. Windows color (decimal): -600626 or 13555190. OLE color: 13555190.

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

Color convert

RGB246213206-
CMYK00.130.160.04
HSL10.5º68.97%88.63%-
HSV(B)10.5º16.26%96.47%-
XYZ72.9471.6468.38-
YUV222.07118.93145.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.99%
GREEN value IS 213 (83.59% from 255) = 32.03%
BLUE value IS 206 (80.86% from 255) = 30.98%
R=36.99%
G=32.03%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621320600.130.160.0410.568.9788.63
HexF6D5CE0D104b4559
Octal36632531601520413105131
Binary1111011011010101110011100110110000100101110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D5CE; }

 p { color: rgb(246,213,206); }

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

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

 a { background-color: rgb(246,213,206); }

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

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

 span { border-color: rgb(246,213,206); }

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