Shades of Classic Rose #F8CCDD
Tints of Classic Rose #F8CCDD
RGB
CMYK
RGB Variations
Color information
#F8CCDD (or 0xF8CCDD) is known color: Classic Rose. HEX triplet: F8, CC and DD. RGB value is (248,204,221). Sum of RGB (Red+Green+Blue) = 248+204+221=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCDD is #073322. Grayscale: #DBDBDB. Windows color (decimal): -471843 or 14535928. OLE color: 14535928.
HSL color Cylindrical-coordinate representation of color #F8CCDD: hue angle of 336.82º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCDD is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 221 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.03 |
| HSL | 336.82º | 0.76% | 0.89% | - |
| HSV(B) | 336.82º | 0.18% | 0.97% | - |
| XYZ | 73.36 | 68.36 | 77.74 | - |
| YUV | 219.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 221 | 0 | 0.18 | 0.11 | 0.03 | 336.82 | 0.76 | 0.89 |
| Hex | F8 | CC | DD | 0 | 12 | B | 3 | 151 | 4C | 59 |
| Octal | 370 | 314 | 335 | 0 | 22 | 13 | 3 | 521 | 114 | 131 |
| Binary | 11111000 | 11001100 | 11011101 | 0 | 10010 | 1011 | 11 | 101010001 | 1001100 | 1011001 |
Color Harmonies of #F8CCDD
Complementary color
Monochromatic Colors of #F8CCDD
Black with #F8CCDD
Text Example
Text Example
White with #F8CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCDD; }
p { color: rgb(248,204,221); }
H1.HeaderClassName
{
color: #F8CCDD;
}
.AnyTagClassName
{
color: #F8CCDD;
}
</style>
background-color css
<style>
a { background-color: #F8CCDD; }
a { background-color: rgb(248,204,221); }
div.DivClassName
{
background-color: #F8CCDD;
}
.BgClassName
{
background-color: #F8CCDD;
}
</style>
border-color css
<style>
span { border-color: #F8CCDD; }
span { border-color: rgb(248,204,221); }
td.TdClassName
{
border-color: #F8CCDD;
}
.TagClassName
{
border-color: #F8CCDD;
}
</style>