Shades of Classic Rose #F6CCE3
Tints of Classic Rose #F6CCE3
RGB
CMYK
RGB Variations
Color information
#F6CCE3 (or 0xF6CCE3) is known color: Classic Rose. HEX triplet: F6, CC and E3. RGB value is (246,204,227). Sum of RGB (Red+Green+Blue) = 246+204+227=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCE3 is #09331C. Grayscale: #DBDBDB. Windows color (decimal): -602909 or 14929142. OLE color: 14929142.
HSL color Cylindrical-coordinate representation of color #F6CCE3: hue angle of 327.14º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CCE3 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 227 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.04 |
| HSL | 327.14º | 0.7% | 0.88% | - |
| HSV(B) | 327.14º | 0.17% | 0.96% | - |
| XYZ | 73.46 | 68.32 | 81.99 | - |
| YUV | 219.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 227 | 0 | 0.17 | 0.08 | 0.04 | 327.14 | 0.7 | 0.88 |
| Hex | F6 | CC | E3 | 0 | 11 | 8 | 4 | 147 | 46 | 58 |
| Octal | 366 | 314 | 343 | 0 | 21 | 10 | 4 | 507 | 106 | 130 |
| Binary | 11110110 | 11001100 | 11100011 | 0 | 10001 | 1000 | 100 | 101000111 | 1000110 | 1011000 |
Color Harmonies of #F6CCE3
Complementary color
Monochromatic Colors of #F6CCE3
Black with #F6CCE3
Text Example
Text Example
White with #F6CCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCE3; }
p { color: rgb(246,204,227); }
H1.HeaderClassName
{
color: #F6CCE3;
}
.AnyTagClassName
{
color: #F6CCE3;
}
</style>
background-color css
<style>
a { background-color: #F6CCE3; }
a { background-color: rgb(246,204,227); }
div.DivClassName
{
background-color: #F6CCE3;
}
.BgClassName
{
background-color: #F6CCE3;
}
</style>
border-color css
<style>
span { border-color: #F6CCE3; }
span { border-color: rgb(246,204,227); }
td.TdClassName
{
border-color: #F6CCE3;
}
.TagClassName
{
border-color: #F6CCE3;
}
</style>