Shades of Classic Rose #F5CCDE
Tints of Classic Rose #F5CCDE
RGB
CMYK
RGB Variations
Color information
#F5CCDE (or 0xF5CCDE) is known color: Classic Rose. HEX triplet: F5, CC and DE. RGB value is (245,204,222). Sum of RGB (Red+Green+Blue) = 245+204+222=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCDE is #0A3321. Grayscale: #DADADA. Windows color (decimal): -668450 or 14601461. OLE color: 14601461.
HSL color Cylindrical-coordinate representation of color #F5CCDE: hue angle of 333.66º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CCDE is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 222 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.04 |
| HSL | 333.66º | 0.67% | 0.88% | - |
| HSV(B) | 333.66º | 0.17% | 0.96% | - |
| XYZ | 72.43 | 67.87 | 78.39 | - |
| YUV | 218.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 222 | 0 | 0.17 | 0.09 | 0.04 | 333.66 | 0.67 | 0.88 |
| Hex | F5 | CC | DE | 0 | 11 | 9 | 4 | 14E | 43 | 58 |
| Octal | 365 | 314 | 336 | 0 | 21 | 11 | 4 | 516 | 103 | 130 |
| Binary | 11110101 | 11001100 | 11011110 | 0 | 10001 | 1001 | 100 | 101001110 | 1000011 | 1011000 |
Color Harmonies of #F5CCDE
Complementary color
Monochromatic Colors of #F5CCDE
Black with #F5CCDE
Text Example
Text Example
White with #F5CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CCDE; }
p { color: rgb(245,204,222); }
H1.HeaderClassName
{
color: #F5CCDE;
}
.AnyTagClassName
{
color: #F5CCDE;
}
</style>
background-color css
<style>
a { background-color: #F5CCDE; }
a { background-color: rgb(245,204,222); }
div.DivClassName
{
background-color: #F5CCDE;
}
.BgClassName
{
background-color: #F5CCDE;
}
</style>
border-color css
<style>
span { border-color: #F5CCDE; }
span { border-color: rgb(245,204,222); }
td.TdClassName
{
border-color: #F5CCDE;
}
.TagClassName
{
border-color: #F5CCDE;
}
</style>