Shades of Classic Rose #F5CDDD
Tints of Classic Rose #F5CDDD
RGB
CMYK
RGB Variations
Color information
#F5CDDD (or 0xF5CDDD) is known color: Classic Rose. HEX triplet: F5, CD and DD. RGB value is (245,205,221). Sum of RGB (Red+Green+Blue) = 245+205+221=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDDD is #0A3222. Grayscale: #DADADA. Windows color (decimal): -668195 or 14536181. OLE color: 14536181.
HSL color Cylindrical-coordinate representation of color #F5CDDD: hue angle of 336º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CDDD is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 221 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.04 |
| HSL | 336º | 0.67% | 0.88% | - |
| HSV(B) | 336º | 0.16% | 0.96% | - |
| XYZ | 72.54 | 68.3 | 77.77 | - |
| YUV | 218.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 221 | 0 | 0.16 | 0.10 | 0.04 | 336 | 0.67 | 0.88 |
| Hex | F5 | CD | DD | 0 | 10 | A | 4 | 150 | 43 | 58 |
| Octal | 365 | 315 | 335 | 0 | 20 | 12 | 4 | 520 | 103 | 130 |
| Binary | 11110101 | 11001101 | 11011101 | 0 | 10000 | 1010 | 100 | 101010000 | 1000011 | 1011000 |
Color Harmonies of #F5CDDD
Complementary color
Monochromatic Colors of #F5CDDD
Black with #F5CDDD
Text Example
Text Example
White with #F5CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDDD; }
p { color: rgb(245,205,221); }
H1.HeaderClassName
{
color: #F5CDDD;
}
.AnyTagClassName
{
color: #F5CDDD;
}
</style>
background-color css
<style>
a { background-color: #F5CDDD; }
a { background-color: rgb(245,205,221); }
div.DivClassName
{
background-color: #F5CDDD;
}
.BgClassName
{
background-color: #F5CDDD;
}
</style>
border-color css
<style>
span { border-color: #F5CDDD; }
span { border-color: rgb(245,205,221); }
td.TdClassName
{
border-color: #F5CDDD;
}
.TagClassName
{
border-color: #F5CDDD;
}
</style>