Shades of Classic Rose #F6CFE8
Tints of Classic Rose #F6CFE8
RGB
CMYK
RGB Variations
Color information
#F6CFE8 (or 0xF6CFE8) is known color: Classic Rose. HEX triplet: F6, CF and E8. RGB value is (246,207,232). Sum of RGB (Red+Green+Blue) = 246+207+232=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 232 (91.02% from 255 or 33.87% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CFE8 is #093017. Grayscale: #DDDDDD. Windows color (decimal): -602136 or 15257590. OLE color: 15257590.
HSL color Cylindrical-coordinate representation of color #F6CFE8: hue angle of 321.54º 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 #F6CFE8 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 232 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.04 |
| HSL | 321.54º | 0.68% | 0.89% | - |
| HSV(B) | 321.54º | 0.16% | 0.96% | - |
| XYZ | 74.88 | 70.04 | 85.92 | - |
| YUV | 221.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 232 | 0 | 0.16 | 0.06 | 0.04 | 321.54 | 0.68 | 0.89 |
| Hex | F6 | CF | E8 | 0 | 10 | 6 | 4 | 142 | 44 | 59 |
| Octal | 366 | 317 | 350 | 0 | 20 | 6 | 4 | 502 | 104 | 131 |
| Binary | 11110110 | 11001111 | 11101000 | 0 | 10000 | 110 | 100 | 101000010 | 1000100 | 1011001 |
Color Harmonies of #F6CFE8
Complementary color
Monochromatic Colors of #F6CFE8
Black with #F6CFE8
Text Example
Text Example
White with #F6CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFE8; }
p { color: rgb(246,207,232); }
H1.HeaderClassName
{
color: #F6CFE8;
}
.AnyTagClassName
{
color: #F6CFE8;
}
</style>
background-color css
<style>
a { background-color: #F6CFE8; }
a { background-color: rgb(246,207,232); }
div.DivClassName
{
background-color: #F6CFE8;
}
.BgClassName
{
background-color: #F6CFE8;
}
</style>
border-color css
<style>
span { border-color: #F6CFE8; }
span { border-color: rgb(246,207,232); }
td.TdClassName
{
border-color: #F6CFE8;
}
.TagClassName
{
border-color: #F6CFE8;
}
</style>