Shades of Classic Rose #F2CDE8
Tints of Classic Rose #F2CDE8
RGB
CMYK
RGB Variations
Color information
#F2CDE8 (or 0xF2CDE8) is known color: Classic Rose. HEX triplet: F2, CD and E8. RGB value is (242,205,232). Sum of RGB (Red+Green+Blue) = 242+205+232=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDE8 is #0D3217. Grayscale: #DBDBDB. Windows color (decimal): -864792 or 15257074. OLE color: 15257074.
HSL color Cylindrical-coordinate representation of color #F2CDE8: hue angle of 316.22º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CDE8 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 232 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.05 |
| HSL | 316.22º | 0.59% | 0.88% | - |
| HSV(B) | 316.22º | 0.15% | 0.95% | - |
| XYZ | 73.01 | 68.37 | 85.69 | - |
| YUV | 219.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 232 | 0 | 0.15 | 0.04 | 0.05 | 316.22 | 0.59 | 0.88 |
| Hex | F2 | CD | E8 | 0 | F | 4 | 5 | 13C | 3B | 58 |
| Octal | 362 | 315 | 350 | 0 | 17 | 4 | 5 | 474 | 73 | 130 |
| Binary | 11110010 | 11001101 | 11101000 | 0 | 1111 | 100 | 101 | 100111100 | 111011 | 1011000 |
Color Harmonies of #F2CDE8
Complementary color
Monochromatic Colors of #F2CDE8
Black with #F2CDE8
Text Example
Text Example
White with #F2CDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDE8; }
p { color: rgb(242,205,232); }
H1.HeaderClassName
{
color: #F2CDE8;
}
.AnyTagClassName
{
color: #F2CDE8;
}
</style>
background-color css
<style>
a { background-color: #F2CDE8; }
a { background-color: rgb(242,205,232); }
div.DivClassName
{
background-color: #F2CDE8;
}
.BgClassName
{
background-color: #F2CDE8;
}
</style>
border-color css
<style>
span { border-color: #F2CDE8; }
span { border-color: rgb(242,205,232); }
td.TdClassName
{
border-color: #F2CDE8;
}
.TagClassName
{
border-color: #F2CDE8;
}
</style>