#F6D6EC

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

Shades of Classic Rose #F6D6EC

Tints of Classic Rose #F6D6EC

Color information

#F6D6EC (or 0xF6D6EC) is unknown color: approx Classic Rose. HEX triplet: F6, D6 and EC. RGB value is (246,214,236). Sum of RGB (Red+Green+Blue) = 246+214+236=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 214 (83.98% from 255 or 30.75% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D6EC is #092913. Grayscale: #E2E2E2. Windows color (decimal): -600340 or 15521526. OLE color: 15521526.

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

Color convert

RGB246214236-
CMYK00.130.040.04
HSL318.75º64%90.2%-
HSV(B)318.75º13.01%96.47%-
XYZ77.1973.7489.52-
YUV226.08133.6142.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.34%
GREEN value IS 214 (83.98% from 255) = 30.75%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=35.34%
G=30.75%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621423600.130.040.04318.756490.2
HexF6D6EC0D4413f405a
Octal36632635401544477100132
Binary1111011011010110111011000110110010010011111110000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D6EC; }

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

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

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

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

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

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

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

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