Shades of Classic Rose #F6C2DE
Tints of Classic Rose #F6C2DE
RGB
CMYK
RGB Variations
Color information
#F6C2DE (or 0xF6C2DE) is known color: Classic Rose. HEX triplet: F6, C2 and DE. RGB value is (246,194,222). Sum of RGB (Red+Green+Blue) = 246+194+222=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2DE is #093D21. Grayscale: #D4D4D4. Windows color (decimal): -605474 or 14598902. OLE color: 14598902.
HSL color Cylindrical-coordinate representation of color #F6C2DE: hue angle of 327.69º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6C2DE is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 222 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.04 |
| HSL | 327.69º | 0.74% | 0.86% | - |
| HSV(B) | 327.69º | 0.21% | 0.96% | - |
| XYZ | 70.48 | 63.45 | 77.64 | - |
| YUV | 212.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 222 | 0 | 0.21 | 0.10 | 0.04 | 327.69 | 0.74 | 0.86 |
| Hex | F6 | C2 | DE | 0 | 15 | A | 4 | 148 | 4A | 56 |
| Octal | 366 | 302 | 336 | 0 | 25 | 12 | 4 | 510 | 112 | 126 |
| Binary | 11110110 | 11000010 | 11011110 | 0 | 10101 | 1010 | 100 | 101001000 | 1001010 | 1010110 |
Color Harmonies of #F6C2DE
Complementary color
Monochromatic Colors of #F6C2DE
Black with #F6C2DE
Text Example
Text Example
White with #F6C2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C2DE; }
p { color: rgb(246,194,222); }
H1.HeaderClassName
{
color: #F6C2DE;
}
.AnyTagClassName
{
color: #F6C2DE;
}
</style>
background-color css
<style>
a { background-color: #F6C2DE; }
a { background-color: rgb(246,194,222); }
div.DivClassName
{
background-color: #F6C2DE;
}
.BgClassName
{
background-color: #F6C2DE;
}
</style>
border-color css
<style>
span { border-color: #F6C2DE; }
span { border-color: rgb(246,194,222); }
td.TdClassName
{
border-color: #F6C2DE;
}
.TagClassName
{
border-color: #F6C2DE;
}
</style>