Shades of Classic Rose #F6CFEC
Tints of Classic Rose #F6CFEC
RGB
CMYK
RGB Variations
Color information
#F6CFEC (or 0xF6CFEC) is known color: Classic Rose. HEX triplet: F6, CF and EC. RGB value is (246,207,236). Sum of RGB (Red+Green+Blue) = 246+207+236=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CFEC is #093013. Grayscale: #DDDDDD. Windows color (decimal): -602132 or 15519734. OLE color: 15519734.
HSL color Cylindrical-coordinate representation of color #F6CFEC: hue angle of 315.38º 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 #F6CFEC is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 236 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.04 |
| HSL | 315.38º | 0.68% | 0.89% | - |
| HSV(B) | 315.38º | 0.16% | 0.96% | - |
| XYZ | 75.46 | 70.27 | 88.94 | - |
| YUV | 221.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 236 | 0 | 0.16 | 0.04 | 0.04 | 315.38 | 0.68 | 0.89 |
| Hex | F6 | CF | EC | 0 | 10 | 4 | 4 | 13B | 44 | 59 |
| Octal | 366 | 317 | 354 | 0 | 20 | 4 | 4 | 473 | 104 | 131 |
| Binary | 11110110 | 11001111 | 11101100 | 0 | 10000 | 100 | 100 | 100111011 | 1000100 | 1011001 |
Color Harmonies of #F6CFEC
Complementary color
Monochromatic Colors of #F6CFEC
Black with #F6CFEC
Text Example
Text Example
White with #F6CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFEC; }
p { color: rgb(246,207,236); }
H1.HeaderClassName
{
color: #F6CFEC;
}
.AnyTagClassName
{
color: #F6CFEC;
}
</style>
background-color css
<style>
a { background-color: #F6CFEC; }
a { background-color: rgb(246,207,236); }
div.DivClassName
{
background-color: #F6CFEC;
}
.BgClassName
{
background-color: #F6CFEC;
}
</style>
border-color css
<style>
span { border-color: #F6CFEC; }
span { border-color: rgb(246,207,236); }
td.TdClassName
{
border-color: #F6CFEC;
}
.TagClassName
{
border-color: #F6CFEC;
}
</style>