#F6D4EC

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

Shades of Classic Rose #F6D4EC

Tints of Classic Rose #F6D4EC

Color information

#F6D4EC (or 0xF6D4EC) is unknown color: approx Classic Rose. HEX triplet: F6, D4 and EC. RGB value is (246,212,236). Sum of RGB (Red+Green+Blue) = 246+212+236=694 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.45% from 694); Green value is 212 (83.20% from 255 or 30.55% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D4EC is #092B13. Grayscale: #E0E0E0. Windows color (decimal): -600852 or 15521014. OLE color: 15521014.

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

Color convert

RGB246212236-
CMYK00.140.040.04
HSL317.65º65.38%89.8%-
HSV(B)317.65º13.82%96.47%-
XYZ76.6972.7489.35-
YUV224.9134.26143.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.45%
GREEN value IS 212 (83.20% from 255) = 30.55%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=35.45%
G=30.55%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621223600.140.040.04317.6565.3889.8
HexF6D4EC0E4413e415a
Octal36632435401644476101132
Binary1111011011010100111011000111010010010011111010000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D4EC; }

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

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

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

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

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

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

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

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