#F6D2CE

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

Shades of Cosmos #F6D2CE

Tints of Cosmos #F6D2CE

Color information

#F6D2CE (or 0xF6D2CE) is unknown color: approx Cosmos. HEX triplet: F6, D2 and CE. RGB value is (246,210,206). Sum of RGB (Red+Green+Blue) = 246+210+206=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D2CE is #092D31. Grayscale: #DCDCDC. Windows color (decimal): -601394 or 13554422. OLE color: 13554422.

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

Color convert

RGB246210206-
CMYK00.150.160.04
HSL68.97%88.63%-
HSV(B)16.26%96.47%-
XYZ72.1970.1468.13-
YUV220.31119.93146.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.16%
GREEN value IS 210 (82.42% from 255) = 31.72%
BLUE value IS 206 (80.86% from 255) = 31.12%
R=37.16%
G=31.72%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621020600.150.160.04668.9788.63
HexF6D2CE0F10464559
Octal3663223160172046105131
Binary111101101101001011001110011111000010011010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D2CE; }

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

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

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

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

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

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

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

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