Shades of Classic Rose #F7CFDE
Tints of Classic Rose #F7CFDE
RGB
CMYK
RGB Variations
Color information
#F7CFDE (or 0xF7CFDE) is known color: Classic Rose. HEX triplet: F7, CF and DE. RGB value is (247,207,222). Sum of RGB (Red+Green+Blue) = 247+207+222=676 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.54% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFDE is #083021. Grayscale: #DCDCDC. Windows color (decimal): -536610 or 14602231. OLE color: 14602231.
HSL color Cylindrical-coordinate representation of color #F7CFDE: hue angle of 337.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7CFDE is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 222 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.03 |
| HSL | 337.5º | 0.71% | 0.89% | - |
| HSV(B) | 337.5º | 0.16% | 0.97% | - |
| XYZ | 73.86 | 69.67 | 78.66 | - |
| YUV | 220.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 222 | 0 | 0.16 | 0.10 | 0.03 | 337.5 | 0.71 | 0.89 |
| Hex | F7 | CF | DE | 0 | 10 | A | 3 | 152 | 47 | 59 |
| Octal | 367 | 317 | 336 | 0 | 20 | 12 | 3 | 522 | 107 | 131 |
| Binary | 11110111 | 11001111 | 11011110 | 0 | 10000 | 1010 | 11 | 101010010 | 1000111 | 1011001 |
Color Harmonies of #F7CFDE
Complementary color
Monochromatic Colors of #F7CFDE
Black with #F7CFDE
Text Example
Text Example
White with #F7CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFDE; }
p { color: rgb(247,207,222); }
H1.HeaderClassName
{
color: #F7CFDE;
}
.AnyTagClassName
{
color: #F7CFDE;
}
</style>
background-color css
<style>
a { background-color: #F7CFDE; }
a { background-color: rgb(247,207,222); }
div.DivClassName
{
background-color: #F7CFDE;
}
.BgClassName
{
background-color: #F7CFDE;
}
</style>
border-color css
<style>
span { border-color: #F7CFDE; }
span { border-color: rgb(247,207,222); }
td.TdClassName
{
border-color: #F7CFDE;
}
.TagClassName
{
border-color: #F7CFDE;
}
</style>