Shades of Classic Rose #F2C7DA
Tints of Classic Rose #F2C7DA
RGB
CMYK
RGB Variations
Color information
#F2C7DA (or 0xF2C7DA) is known color: Classic Rose. HEX triplet: F2, C7 and DA. RGB value is (242,199,218). Sum of RGB (Red+Green+Blue) = 242+199+218=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7DA is #0D3825. Grayscale: #D5D5D5. Windows color (decimal): -866342 or 14338034. OLE color: 14338034.
HSL color Cylindrical-coordinate representation of color #F2C7DA: hue angle of 333.49º degrees, saturation: 0.62, 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 #F2C7DA is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 218 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.05 |
| HSL | 333.49º | 0.62% | 0.86% | - |
| HSV(B) | 333.49º | 0.18% | 0.95% | - |
| XYZ | 69.7 | 64.79 | 75.16 | - |
| YUV | 214.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 218 | 0 | 0.18 | 0.10 | 0.05 | 333.49 | 0.62 | 0.86 |
| Hex | F2 | C7 | DA | 0 | 12 | A | 5 | 14D | 3E | 56 |
| Octal | 362 | 307 | 332 | 0 | 22 | 12 | 5 | 515 | 76 | 126 |
| Binary | 11110010 | 11000111 | 11011010 | 0 | 10010 | 1010 | 101 | 101001101 | 111110 | 1010110 |
Color Harmonies of #F2C7DA
Complementary color
Monochromatic Colors of #F2C7DA
Black with #F2C7DA
Text Example
Text Example
White with #F2C7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C7DA; }
p { color: rgb(242,199,218); }
H1.HeaderClassName
{
color: #F2C7DA;
}
.AnyTagClassName
{
color: #F2C7DA;
}
</style>
background-color css
<style>
a { background-color: #F2C7DA; }
a { background-color: rgb(242,199,218); }
div.DivClassName
{
background-color: #F2C7DA;
}
.BgClassName
{
background-color: #F2C7DA;
}
</style>
border-color css
<style>
span { border-color: #F2C7DA; }
span { border-color: rgb(242,199,218); }
td.TdClassName
{
border-color: #F2C7DA;
}
.TagClassName
{
border-color: #F2C7DA;
}
</style>