Shades of Classic Rose #F6CAE0
Tints of Classic Rose #F6CAE0
RGB
CMYK
RGB Variations
Color information
#F6CAE0 (or 0xF6CAE0) is known color: Classic Rose. HEX triplet: F6, CA and E0. RGB value is (246,202,224). Sum of RGB (Red+Green+Blue) = 246+202+224=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 224 (87.89% from 255 or 33.33% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CAE0 is #09351F. Grayscale: #D9D9D9. Windows color (decimal): -603424 or 14732022. OLE color: 14732022.
HSL color Cylindrical-coordinate representation of color #F6CAE0: hue angle of 330º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6CAE0 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 224 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.04 |
| HSL | 330º | 0.71% | 0.88% | - |
| HSV(B) | 330º | 0.18% | 0.96% | - |
| XYZ | 72.58 | 67.22 | 79.67 | - |
| YUV | 217.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 224 | 0 | 0.18 | 0.09 | 0.04 | 330 | 0.71 | 0.88 |
| Hex | F6 | CA | E0 | 0 | 12 | 9 | 4 | 14A | 47 | 58 |
| Octal | 366 | 312 | 340 | 0 | 22 | 11 | 4 | 512 | 107 | 130 |
| Binary | 11110110 | 11001010 | 11100000 | 0 | 10010 | 1001 | 100 | 101001010 | 1000111 | 1011000 |
Color Harmonies of #F6CAE0
Complementary color
Monochromatic Colors of #F6CAE0
Black with #F6CAE0
Text Example
Text Example
White with #F6CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CAE0; }
p { color: rgb(246,202,224); }
H1.HeaderClassName
{
color: #F6CAE0;
}
.AnyTagClassName
{
color: #F6CAE0;
}
</style>
background-color css
<style>
a { background-color: #F6CAE0; }
a { background-color: rgb(246,202,224); }
div.DivClassName
{
background-color: #F6CAE0;
}
.BgClassName
{
background-color: #F6CAE0;
}
</style>
border-color css
<style>
span { border-color: #F6CAE0; }
span { border-color: rgb(246,202,224); }
td.TdClassName
{
border-color: #F6CAE0;
}
.TagClassName
{
border-color: #F6CAE0;
}
</style>