#F6D3CE

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

Shades of Cosmos #F6D3CE

Tints of Cosmos #F6D3CE

Color information

#F6D3CE (or 0xF6D3CE) is unknown color: approx Cosmos. HEX triplet: F6, D3 and CE. RGB value is (246,211,206). Sum of RGB (Red+Green+Blue) = 246+211+206=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D3CE is #092C31. Grayscale: #DCDCDC. Windows color (decimal): -601138 or 13554678. OLE color: 13554678.

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

Color convert

RGB246211206-
CMYK00.140.160.04
HSL7.5º68.97%88.63%-
HSV(B)7.5º16.26%96.47%-
XYZ72.4470.6468.21-
YUV220.9119.6145.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.10%
GREEN value IS 211 (82.81% from 255) = 31.83%
BLUE value IS 206 (80.86% from 255) = 31.07%
R=37.10%
G=31.83%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621120600.140.160.047.568.9788.63
HexF6D3CE0E10484559
Octal36632331601620410105131
Binary1111011011010011110011100111010000100100010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D3CE; }

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

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

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

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

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

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

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

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