Shades of Classic Rose #F2CADE
Tints of Classic Rose #F2CADE
RGB
CMYK
RGB Variations
Color information
#F2CADE (or 0xF2CADE) is known color: Classic Rose. HEX triplet: F2, CA and DE. RGB value is (242,202,222). Sum of RGB (Red+Green+Blue) = 242+202+222=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CADE is #0D3521. Grayscale: #D8D8D8. Windows color (decimal): -865570 or 14600946. OLE color: 14600946.
HSL color Cylindrical-coordinate representation of color #F2CADE: hue angle of 330º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CADE is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 222 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.05 |
| HSL | 330º | 0.61% | 0.87% | - |
| HSV(B) | 330º | 0.17% | 0.95% | - |
| XYZ | 70.92 | 66.39 | 78.18 | - |
| YUV | 216.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 222 | 0 | 0.17 | 0.08 | 0.05 | 330 | 0.61 | 0.87 |
| Hex | F2 | CA | DE | 0 | 11 | 8 | 5 | 14A | 3D | 57 |
| Octal | 362 | 312 | 336 | 0 | 21 | 10 | 5 | 512 | 75 | 127 |
| Binary | 11110010 | 11001010 | 11011110 | 0 | 10001 | 1000 | 101 | 101001010 | 111101 | 1010111 |
Color Harmonies of #F2CADE
Complementary color
Monochromatic Colors of #F2CADE
Black with #F2CADE
Text Example
Text Example
White with #F2CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CADE; }
p { color: rgb(242,202,222); }
H1.HeaderClassName
{
color: #F2CADE;
}
.AnyTagClassName
{
color: #F2CADE;
}
</style>
background-color css
<style>
a { background-color: #F2CADE; }
a { background-color: rgb(242,202,222); }
div.DivClassName
{
background-color: #F2CADE;
}
.BgClassName
{
background-color: #F2CADE;
}
</style>
border-color css
<style>
span { border-color: #F2CADE; }
span { border-color: rgb(242,202,222); }
td.TdClassName
{
border-color: #F2CADE;
}
.TagClassName
{
border-color: #F2CADE;
}
</style>