#F6CEEC

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

Shades of Classic Rose #F6CEEC

Tints of Classic Rose #F6CEEC

Color information

#F6CEEC (or 0xF6CEEC) is unknown color: approx Classic Rose. HEX triplet: F6, CE and EC. RGB value is (246,206,236). Sum of RGB (Red+Green+Blue) = 246+206+236=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CEEC is #093113. Grayscale: #DDDDDD. Windows color (decimal): -602388 or 15519478. OLE color: 15519478.

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

Color convert

RGB246206236-
CMYK00.160.040.04
HSL315º68.97%88.63%-
HSV(B)315º16.26%96.47%-
XYZ75.2269.7988.86-
YUV221.38136.25145.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.76%
GREEN value IS 206 (80.86% from 255) = 29.94%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=35.76%
G=29.94%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620623600.160.040.0431568.9788.63
HexF6CEEC0104413b4559
Octal36631635402044473105131
Binary11110110110011101110110001000010010010011101110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CEEC; }

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

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

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

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

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

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

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

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