Shades of Classic Rose #F8CADD
Tints of Classic Rose #F8CADD
RGB
CMYK
RGB Variations
Color information
#F8CADD (or 0xF8CADD) is known color: Classic Rose. HEX triplet: F8, CA and DD. RGB value is (248,202,221). Sum of RGB (Red+Green+Blue) = 248+202+221=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CADD is #073522. Grayscale: #D9D9D9. Windows color (decimal): -472355 or 14535416. OLE color: 14535416.
HSL color Cylindrical-coordinate representation of color #F8CADD: hue angle of 335.22º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CADD is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 221 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.03 |
| HSL | 335.22º | 0.77% | 0.88% | - |
| HSV(B) | 335.22º | 0.19% | 0.97% | - |
| XYZ | 72.88 | 67.42 | 77.58 | - |
| YUV | 217.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 221 | 0 | 0.19 | 0.11 | 0.03 | 335.22 | 0.77 | 0.88 |
| Hex | F8 | CA | DD | 0 | 13 | B | 3 | 14F | 4D | 58 |
| Octal | 370 | 312 | 335 | 0 | 23 | 13 | 3 | 517 | 115 | 130 |
| Binary | 11111000 | 11001010 | 11011101 | 0 | 10011 | 1011 | 11 | 101001111 | 1001101 | 1011000 |
Color Harmonies of #F8CADD
Complementary color
Monochromatic Colors of #F8CADD
Black with #F8CADD
Text Example
Text Example
White with #F8CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CADD; }
p { color: rgb(248,202,221); }
H1.HeaderClassName
{
color: #F8CADD;
}
.AnyTagClassName
{
color: #F8CADD;
}
</style>
background-color css
<style>
a { background-color: #F8CADD; }
a { background-color: rgb(248,202,221); }
div.DivClassName
{
background-color: #F8CADD;
}
.BgClassName
{
background-color: #F8CADD;
}
</style>
border-color css
<style>
span { border-color: #F8CADD; }
span { border-color: rgb(248,202,221); }
td.TdClassName
{
border-color: #F8CADD;
}
.TagClassName
{
border-color: #F8CADD;
}
</style>