Shades of Classic Rose #F5CFDD
Tints of Classic Rose #F5CFDD
RGB
CMYK
RGB Variations
Color information
#F5CFDD (or 0xF5CFDD) is known color: Classic Rose. HEX triplet: F5, CF and DD. RGB value is (245,207,221). Sum of RGB (Red+Green+Blue) = 245+207+221=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFDD is #0A3022. Grayscale: #DBDBDB. Windows color (decimal): -667683 or 14536693. OLE color: 14536693.
HSL color Cylindrical-coordinate representation of color #F5CFDD: hue angle of 337.89º degrees, saturation: 0.66, 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 #F5CFDD is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 221 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.04 |
| HSL | 337.89º | 0.66% | 0.89% | - |
| HSV(B) | 337.89º | 0.16% | 0.96% | - |
| XYZ | 73.02 | 69.26 | 77.93 | - |
| YUV | 219.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 221 | 0 | 0.16 | 0.10 | 0.04 | 337.89 | 0.66 | 0.89 |
| Hex | F5 | CF | DD | 0 | 10 | A | 4 | 152 | 42 | 59 |
| Octal | 365 | 317 | 335 | 0 | 20 | 12 | 4 | 522 | 102 | 131 |
| Binary | 11110101 | 11001111 | 11011101 | 0 | 10000 | 1010 | 100 | 101010010 | 1000010 | 1011001 |
Color Harmonies of #F5CFDD
Complementary color
Monochromatic Colors of #F5CFDD
Black with #F5CFDD
Text Example
Text Example
White with #F5CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFDD; }
p { color: rgb(245,207,221); }
H1.HeaderClassName
{
color: #F5CFDD;
}
.AnyTagClassName
{
color: #F5CFDD;
}
</style>
background-color css
<style>
a { background-color: #F5CFDD; }
a { background-color: rgb(245,207,221); }
div.DivClassName
{
background-color: #F5CFDD;
}
.BgClassName
{
background-color: #F5CFDD;
}
</style>
border-color css
<style>
span { border-color: #F5CFDD; }
span { border-color: rgb(245,207,221); }
td.TdClassName
{
border-color: #F5CFDD;
}
.TagClassName
{
border-color: #F5CFDD;
}
</style>