Shades of Classic Rose #F6CCE0
Tints of Classic Rose #F6CCE0
RGB
CMYK
RGB Variations
Color information
#F6CCE0 (or 0xF6CCE0) is known color: Classic Rose. HEX triplet: F6, CC and E0. RGB value is (246,204,224). Sum of RGB (Red+Green+Blue) = 246+204+224=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCE0 is #09331F. Grayscale: #DADADA. Windows color (decimal): -602912 or 14732534. OLE color: 14732534.
HSL color Cylindrical-coordinate representation of color #F6CCE0: hue angle of 331.43º 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 #F6CCE0 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 224 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.04 |
| HSL | 331.43º | 0.7% | 0.88% | - |
| HSV(B) | 331.43º | 0.17% | 0.96% | - |
| XYZ | 73.05 | 68.16 | 79.83 | - |
| YUV | 218.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 224 | 0 | 0.17 | 0.09 | 0.04 | 331.43 | 0.7 | 0.88 |
| Hex | F6 | CC | E0 | 0 | 11 | 9 | 4 | 14B | 46 | 58 |
| Octal | 366 | 314 | 340 | 0 | 21 | 11 | 4 | 513 | 106 | 130 |
| Binary | 11110110 | 11001100 | 11100000 | 0 | 10001 | 1001 | 100 | 101001011 | 1000110 | 1011000 |
Color Harmonies of #F6CCE0
Complementary color
Monochromatic Colors of #F6CCE0
Black with #F6CCE0
Text Example
Text Example
White with #F6CCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCE0; }
p { color: rgb(246,204,224); }
H1.HeaderClassName
{
color: #F6CCE0;
}
.AnyTagClassName
{
color: #F6CCE0;
}
</style>
background-color css
<style>
a { background-color: #F6CCE0; }
a { background-color: rgb(246,204,224); }
div.DivClassName
{
background-color: #F6CCE0;
}
.BgClassName
{
background-color: #F6CCE0;
}
</style>
border-color css
<style>
span { border-color: #F6CCE0; }
span { border-color: rgb(246,204,224); }
td.TdClassName
{
border-color: #F6CCE0;
}
.TagClassName
{
border-color: #F6CCE0;
}
</style>