Shades of Classic Rose #F8CADE
Tints of Classic Rose #F8CADE
RGB
CMYK
RGB Variations
Color information
#F8CADE (or 0xF8CADE) is known color: Classic Rose. HEX triplet: F8, CA and DE. RGB value is (248,202,222). Sum of RGB (Red+Green+Blue) = 248+202+222=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CADE is #073521. Grayscale: #DADADA. Windows color (decimal): -472354 or 14600952. OLE color: 14600952.
HSL color Cylindrical-coordinate representation of color #F8CADE: hue angle of 333.91º 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 #F8CADE is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 222 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.03 |
| HSL | 333.91º | 0.77% | 0.88% | - |
| HSV(B) | 333.91º | 0.19% | 0.97% | - |
| XYZ | 73.02 | 67.47 | 78.28 | - |
| YUV | 218.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 222 | 0 | 0.19 | 0.10 | 0.03 | 333.91 | 0.77 | 0.88 |
| Hex | F8 | CA | DE | 0 | 13 | A | 3 | 14E | 4D | 58 |
| Octal | 370 | 312 | 336 | 0 | 23 | 12 | 3 | 516 | 115 | 130 |
| Binary | 11111000 | 11001010 | 11011110 | 0 | 10011 | 1010 | 11 | 101001110 | 1001101 | 1011000 |
Color Harmonies of #F8CADE
Complementary color
Monochromatic Colors of #F8CADE
Black with #F8CADE
Text Example
Text Example
White with #F8CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CADE; }
p { color: rgb(248,202,222); }
H1.HeaderClassName
{
color: #F8CADE;
}
.AnyTagClassName
{
color: #F8CADE;
}
</style>
background-color css
<style>
a { background-color: #F8CADE; }
a { background-color: rgb(248,202,222); }
div.DivClassName
{
background-color: #F8CADE;
}
.BgClassName
{
background-color: #F8CADE;
}
</style>
border-color css
<style>
span { border-color: #F8CADE; }
span { border-color: rgb(248,202,222); }
td.TdClassName
{
border-color: #F8CADE;
}
.TagClassName
{
border-color: #F8CADE;
}
</style>