Shades of Classic Rose #F6C3E0
Tints of Classic Rose #F6C3E0
RGB
CMYK
RGB Variations
Color information
#F6C3E0 (or 0xF6C3E0) is known color: Classic Rose. HEX triplet: F6, C3 and E0. RGB value is (246,195,224). Sum of RGB (Red+Green+Blue) = 246+195+224=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 195 (76.56% from 255 or 29.32% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C3E0 is #093C1F. Grayscale: #D5D5D5. Windows color (decimal): -605216 or 14730230. OLE color: 14730230.
HSL color Cylindrical-coordinate representation of color #F6C3E0: hue angle of 325.88º 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 #F6C3E0 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 224 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.04 |
| HSL | 325.88º | 0.74% | 0.86% | - |
| HSV(B) | 325.88º | 0.21% | 0.96% | - |
| XYZ | 70.98 | 64 | 79.13 | - |
| YUV | 213.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 224 | 0 | 0.21 | 0.09 | 0.04 | 325.88 | 0.74 | 0.86 |
| Hex | F6 | C3 | E0 | 0 | 15 | 9 | 4 | 146 | 4A | 56 |
| Octal | 366 | 303 | 340 | 0 | 25 | 11 | 4 | 506 | 112 | 126 |
| Binary | 11110110 | 11000011 | 11100000 | 0 | 10101 | 1001 | 100 | 101000110 | 1001010 | 1010110 |
Color Harmonies of #F6C3E0
Complementary color
Monochromatic Colors of #F6C3E0
Black with #F6C3E0
Text Example
Text Example
White with #F6C3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C3E0; }
p { color: rgb(246,195,224); }
H1.HeaderClassName
{
color: #F6C3E0;
}
.AnyTagClassName
{
color: #F6C3E0;
}
</style>
background-color css
<style>
a { background-color: #F6C3E0; }
a { background-color: rgb(246,195,224); }
div.DivClassName
{
background-color: #F6C3E0;
}
.BgClassName
{
background-color: #F6C3E0;
}
</style>
border-color css
<style>
span { border-color: #F6C3E0; }
span { border-color: rgb(246,195,224); }
td.TdClassName
{
border-color: #F6C3E0;
}
.TagClassName
{
border-color: #F6C3E0;
}
</style>