Shades of Classic Rose #F6CFDF
Tints of Classic Rose #F6CFDF
RGB
CMYK
RGB Variations
Color information
#F6CFDF (or 0xF6CFDF) is known color: Classic Rose. HEX triplet: F6, CF and DF. RGB value is (246,207,223). Sum of RGB (Red+Green+Blue) = 246+207+223=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFDF is #093020. Grayscale: #DCDCDC. Windows color (decimal): -602145 or 14667766. OLE color: 14667766.
HSL color Cylindrical-coordinate representation of color #F6CFDF: hue angle of 335.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 #F6CFDF is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 223 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.04 |
| HSL | 335.38º | 0.68% | 0.89% | - |
| HSV(B) | 335.38º | 0.16% | 0.96% | - |
| XYZ | 73.64 | 69.55 | 79.35 | - |
| YUV | 220.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 223 | 0 | 0.16 | 0.09 | 0.04 | 335.38 | 0.68 | 0.89 |
| Hex | F6 | CF | DF | 0 | 10 | 9 | 4 | 14F | 44 | 59 |
| Octal | 366 | 317 | 337 | 0 | 20 | 11 | 4 | 517 | 104 | 131 |
| Binary | 11110110 | 11001111 | 11011111 | 0 | 10000 | 1001 | 100 | 101001111 | 1000100 | 1011001 |
Color Harmonies of #F6CFDF
Complementary color
Monochromatic Colors of #F6CFDF
Black with #F6CFDF
Text Example
Text Example
White with #F6CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFDF; }
p { color: rgb(246,207,223); }
H1.HeaderClassName
{
color: #F6CFDF;
}
.AnyTagClassName
{
color: #F6CFDF;
}
</style>
background-color css
<style>
a { background-color: #F6CFDF; }
a { background-color: rgb(246,207,223); }
div.DivClassName
{
background-color: #F6CFDF;
}
.BgClassName
{
background-color: #F6CFDF;
}
</style>
border-color css
<style>
span { border-color: #F6CFDF; }
span { border-color: rgb(246,207,223); }
td.TdClassName
{
border-color: #F6CFDF;
}
.TagClassName
{
border-color: #F6CFDF;
}
</style>