Shades of Classic Rose #F6CFEA
Tints of Classic Rose #F6CFEA
RGB
CMYK
RGB Variations
Color information
#F6CFEA (or 0xF6CFEA) is known color: Classic Rose. HEX triplet: F6, CF and EA. RGB value is (246,207,234). Sum of RGB (Red+Green+Blue) = 246+207+234=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CFEA is #093015. Grayscale: #DDDDDD. Windows color (decimal): -602134 or 15388662. OLE color: 15388662.
HSL color Cylindrical-coordinate representation of color #F6CFEA: hue angle of 318.46º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CFEA is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 234 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.04 |
| HSL | 318.46º | 0.68% | 0.89% | - |
| HSV(B) | 318.46º | 0.16% | 0.96% | - |
| XYZ | 75.17 | 70.16 | 87.42 | - |
| YUV | 221.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 234 | 0 | 0.16 | 0.05 | 0.04 | 318.46 | 0.68 | 0.89 |
| Hex | F6 | CF | EA | 0 | 10 | 5 | 4 | 13E | 44 | 59 |
| Octal | 366 | 317 | 352 | 0 | 20 | 5 | 4 | 476 | 104 | 131 |
| Binary | 11110110 | 11001111 | 11101010 | 0 | 10000 | 101 | 100 | 100111110 | 1000100 | 1011001 |
Color Harmonies of #F6CFEA
Complementary color
Monochromatic Colors of #F6CFEA
Black with #F6CFEA
Text Example
Text Example
White with #F6CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFEA; }
p { color: rgb(246,207,234); }
H1.HeaderClassName
{
color: #F6CFEA;
}
.AnyTagClassName
{
color: #F6CFEA;
}
</style>
background-color css
<style>
a { background-color: #F6CFEA; }
a { background-color: rgb(246,207,234); }
div.DivClassName
{
background-color: #F6CFEA;
}
.BgClassName
{
background-color: #F6CFEA;
}
</style>
border-color css
<style>
span { border-color: #F6CFEA; }
span { border-color: rgb(246,207,234); }
td.TdClassName
{
border-color: #F6CFEA;
}
.TagClassName
{
border-color: #F6CFEA;
}
</style>