Shades of Classic Rose #F2C6E5
Tints of Classic Rose #F2C6E5
RGB
CMYK
RGB Variations
Color information
#F2C6E5 (or 0xF2C6E5) is known color: Classic Rose. HEX triplet: F2, C6 and E5. RGB value is (242,198,229). Sum of RGB (Red+Green+Blue) = 242+198+229=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6E5 is #0D391A. Grayscale: #D6D6D6. Windows color (decimal): -866587 or 15058674. OLE color: 15058674.
HSL color Cylindrical-coordinate representation of color #F2C6E5: hue angle of 317.73º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2C6E5 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 229 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.05 |
| HSL | 317.73º | 0.63% | 0.86% | - |
| HSV(B) | 317.73º | 0.18% | 0.95% | - |
| XYZ | 70.95 | 64.92 | 82.92 | - |
| YUV | 214.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 229 | 0 | 0.18 | 0.05 | 0.05 | 317.73 | 0.63 | 0.86 |
| Hex | F2 | C6 | E5 | 0 | 12 | 5 | 5 | 13E | 3F | 56 |
| Octal | 362 | 306 | 345 | 0 | 22 | 5 | 5 | 476 | 77 | 126 |
| Binary | 11110010 | 11000110 | 11100101 | 0 | 10010 | 101 | 101 | 100111110 | 111111 | 1010110 |
Color Harmonies of #F2C6E5
Complementary color
Monochromatic Colors of #F2C6E5
Black with #F2C6E5
Text Example
Text Example
White with #F2C6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6E5; }
p { color: rgb(242,198,229); }
H1.HeaderClassName
{
color: #F2C6E5;
}
.AnyTagClassName
{
color: #F2C6E5;
}
</style>
background-color css
<style>
a { background-color: #F2C6E5; }
a { background-color: rgb(242,198,229); }
div.DivClassName
{
background-color: #F2C6E5;
}
.BgClassName
{
background-color: #F2C6E5;
}
</style>
border-color css
<style>
span { border-color: #F2C6E5; }
span { border-color: rgb(242,198,229); }
td.TdClassName
{
border-color: #F2C6E5;
}
.TagClassName
{
border-color: #F2C6E5;
}
</style>