Shades of Classic Rose #F8CADC
Tints of Classic Rose #F8CADC
RGB
CMYK
RGB Variations
Color information
#F8CADC (or 0xF8CADC) is known color: Classic Rose. HEX triplet: F8, CA and DC. RGB value is (248,202,220). Sum of RGB (Red+Green+Blue) = 248+202+220=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CADC is #073523. Grayscale: #D9D9D9. Windows color (decimal): -472356 or 14469880. OLE color: 14469880.
HSL color Cylindrical-coordinate representation of color #F8CADC: hue angle of 336.52º 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 #F8CADC is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 220 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.03 |
| HSL | 336.52º | 0.77% | 0.88% | - |
| HSV(B) | 336.52º | 0.19% | 0.97% | - |
| XYZ | 72.75 | 67.36 | 76.88 | - |
| YUV | 217.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 220 | 0 | 0.19 | 0.11 | 0.03 | 336.52 | 0.77 | 0.88 |
| Hex | F8 | CA | DC | 0 | 13 | B | 3 | 151 | 4D | 58 |
| Octal | 370 | 312 | 334 | 0 | 23 | 13 | 3 | 521 | 115 | 130 |
| Binary | 11111000 | 11001010 | 11011100 | 0 | 10011 | 1011 | 11 | 101010001 | 1001101 | 1011000 |
Color Harmonies of #F8CADC
Complementary color
Monochromatic Colors of #F8CADC
Black with #F8CADC
Text Example
Text Example
White with #F8CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CADC; }
p { color: rgb(248,202,220); }
H1.HeaderClassName
{
color: #F8CADC;
}
.AnyTagClassName
{
color: #F8CADC;
}
</style>
background-color css
<style>
a { background-color: #F8CADC; }
a { background-color: rgb(248,202,220); }
div.DivClassName
{
background-color: #F8CADC;
}
.BgClassName
{
background-color: #F8CADC;
}
</style>
border-color css
<style>
span { border-color: #F8CADC; }
span { border-color: rgb(248,202,220); }
td.TdClassName
{
border-color: #F8CADC;
}
.TagClassName
{
border-color: #F8CADC;
}
</style>