Shades of Classic Rose #F8CADF
Tints of Classic Rose #F8CADF
RGB
CMYK
RGB Variations
Color information
#F8CADF (or 0xF8CADF) is known color: Classic Rose. HEX triplet: F8, CA and DF. RGB value is (248,202,223). Sum of RGB (Red+Green+Blue) = 248+202+223=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CADF is #073520. Grayscale: #DADADA. Windows color (decimal): -472353 or 14666488. OLE color: 14666488.
HSL color Cylindrical-coordinate representation of color #F8CADF: hue angle of 332.61º 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 #F8CADF is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 223 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.03 |
| HSL | 332.61º | 0.77% | 0.88% | - |
| HSV(B) | 332.61º | 0.19% | 0.97% | - |
| XYZ | 73.15 | 67.53 | 78.99 | - |
| YUV | 218.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 223 | 0 | 0.19 | 0.10 | 0.03 | 332.61 | 0.77 | 0.88 |
| Hex | F8 | CA | DF | 0 | 13 | A | 3 | 14D | 4D | 58 |
| Octal | 370 | 312 | 337 | 0 | 23 | 12 | 3 | 515 | 115 | 130 |
| Binary | 11111000 | 11001010 | 11011111 | 0 | 10011 | 1010 | 11 | 101001101 | 1001101 | 1011000 |
Color Harmonies of #F8CADF
Complementary color
Monochromatic Colors of #F8CADF
Black with #F8CADF
Text Example
Text Example
White with #F8CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CADF; }
p { color: rgb(248,202,223); }
H1.HeaderClassName
{
color: #F8CADF;
}
.AnyTagClassName
{
color: #F8CADF;
}
</style>
background-color css
<style>
a { background-color: #F8CADF; }
a { background-color: rgb(248,202,223); }
div.DivClassName
{
background-color: #F8CADF;
}
.BgClassName
{
background-color: #F8CADF;
}
</style>
border-color css
<style>
span { border-color: #F8CADF; }
span { border-color: rgb(248,202,223); }
td.TdClassName
{
border-color: #F8CADF;
}
.TagClassName
{
border-color: #F8CADF;
}
</style>