Shades of Classic Rose #F2C5E2
Tints of Classic Rose #F2C5E2
RGB
CMYK
RGB Variations
Color information
#F2C5E2 (or 0xF2C5E2) is known color: Classic Rose. HEX triplet: F2, C5 and E2. RGB value is (242,197,226). Sum of RGB (Red+Green+Blue) = 242+197+226=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 197 (77.34% from 255 or 29.62% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C5E2 is #0D3A1D. Grayscale: #D5D5D5. Windows color (decimal): -866846 or 14861810. OLE color: 14861810.
HSL color Cylindrical-coordinate representation of color #F2C5E2: hue angle of 321.33º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2C5E2 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 226 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.05 |
| HSL | 321.33º | 0.63% | 0.86% | - |
| HSV(B) | 321.33º | 0.19% | 0.95% | - |
| XYZ | 70.31 | 64.3 | 80.66 | - |
| YUV | 213.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 226 | 0 | 0.19 | 0.07 | 0.05 | 321.33 | 0.63 | 0.86 |
| Hex | F2 | C5 | E2 | 0 | 13 | 7 | 5 | 141 | 3F | 56 |
| Octal | 362 | 305 | 342 | 0 | 23 | 7 | 5 | 501 | 77 | 126 |
| Binary | 11110010 | 11000101 | 11100010 | 0 | 10011 | 111 | 101 | 101000001 | 111111 | 1010110 |
Color Harmonies of #F2C5E2
Complementary color
Monochromatic Colors of #F2C5E2
Black with #F2C5E2
Text Example
Text Example
White with #F2C5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C5E2; }
p { color: rgb(242,197,226); }
H1.HeaderClassName
{
color: #F2C5E2;
}
.AnyTagClassName
{
color: #F2C5E2;
}
</style>
background-color css
<style>
a { background-color: #F2C5E2; }
a { background-color: rgb(242,197,226); }
div.DivClassName
{
background-color: #F2C5E2;
}
.BgClassName
{
background-color: #F2C5E2;
}
</style>
border-color css
<style>
span { border-color: #F2C5E2; }
span { border-color: rgb(242,197,226); }
td.TdClassName
{
border-color: #F2C5E2;
}
.TagClassName
{
border-color: #F2C5E2;
}
</style>