Shades of Classic Rose #F6CFDD
Tints of Classic Rose #F6CFDD
RGB
CMYK
RGB Variations
Color information
#F6CFDD (or 0xF6CFDD) is known color: Classic Rose. HEX triplet: F6, CF and DD. RGB value is (246,207,221). Sum of RGB (Red+Green+Blue) = 246+207+221=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFDD is #093022. Grayscale: #DCDCDC. Windows color (decimal): -602147 or 14536694. OLE color: 14536694.
HSL color Cylindrical-coordinate representation of color #F6CFDD: hue angle of 338.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 #F6CFDD is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 221 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.04 |
| HSL | 338.46º | 0.68% | 0.89% | - |
| HSV(B) | 338.46º | 0.16% | 0.96% | - |
| XYZ | 73.37 | 69.44 | 77.94 | - |
| YUV | 220.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 221 | 0 | 0.16 | 0.10 | 0.04 | 338.46 | 0.68 | 0.89 |
| Hex | F6 | CF | DD | 0 | 10 | A | 4 | 152 | 44 | 59 |
| Octal | 366 | 317 | 335 | 0 | 20 | 12 | 4 | 522 | 104 | 131 |
| Binary | 11110110 | 11001111 | 11011101 | 0 | 10000 | 1010 | 100 | 101010010 | 1000100 | 1011001 |
Color Harmonies of #F6CFDD
Complementary color
Monochromatic Colors of #F6CFDD
Black with #F6CFDD
Text Example
Text Example
White with #F6CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFDD; }
p { color: rgb(246,207,221); }
H1.HeaderClassName
{
color: #F6CFDD;
}
.AnyTagClassName
{
color: #F6CFDD;
}
</style>
background-color css
<style>
a { background-color: #F6CFDD; }
a { background-color: rgb(246,207,221); }
div.DivClassName
{
background-color: #F6CFDD;
}
.BgClassName
{
background-color: #F6CFDD;
}
</style>
border-color css
<style>
span { border-color: #F6CFDD; }
span { border-color: rgb(246,207,221); }
td.TdClassName
{
border-color: #F6CFDD;
}
.TagClassName
{
border-color: #F6CFDD;
}
</style>