Shades of Classic Rose #F2C8DA
Tints of Classic Rose #F2C8DA
RGB
CMYK
RGB Variations
Color information
#F2C8DA (or 0xF2C8DA) is known color: Classic Rose. HEX triplet: F2, C8 and DA. RGB value is (242,200,218). Sum of RGB (Red+Green+Blue) = 242+200+218=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8DA is #0D3725. Grayscale: #D6D6D6. Windows color (decimal): -866086 or 14338290. OLE color: 14338290.
HSL color Cylindrical-coordinate representation of color #F2C8DA: hue angle of 334.29º degrees, saturation: 0.62, 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 #F2C8DA is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 218 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.05 |
| HSL | 334.29º | 0.62% | 0.87% | - |
| HSV(B) | 334.29º | 0.17% | 0.95% | - |
| XYZ | 69.93 | 65.25 | 75.24 | - |
| YUV | 214.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 218 | 0 | 0.17 | 0.10 | 0.05 | 334.29 | 0.62 | 0.87 |
| Hex | F2 | C8 | DA | 0 | 11 | A | 5 | 14E | 3E | 57 |
| Octal | 362 | 310 | 332 | 0 | 21 | 12 | 5 | 516 | 76 | 127 |
| Binary | 11110010 | 11001000 | 11011010 | 0 | 10001 | 1010 | 101 | 101001110 | 111110 | 1010111 |
Color Harmonies of #F2C8DA
Complementary color
Monochromatic Colors of #F2C8DA
Black with #F2C8DA
Text Example
Text Example
White with #F2C8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C8DA; }
p { color: rgb(242,200,218); }
H1.HeaderClassName
{
color: #F2C8DA;
}
.AnyTagClassName
{
color: #F2C8DA;
}
</style>
background-color css
<style>
a { background-color: #F2C8DA; }
a { background-color: rgb(242,200,218); }
div.DivClassName
{
background-color: #F2C8DA;
}
.BgClassName
{
background-color: #F2C8DA;
}
</style>
border-color css
<style>
span { border-color: #F2C8DA; }
span { border-color: rgb(242,200,218); }
td.TdClassName
{
border-color: #F2C8DA;
}
.TagClassName
{
border-color: #F2C8DA;
}
</style>