Shades of Classic Rose #F2C0DF
Tints of Classic Rose #F2C0DF
RGB
CMYK
RGB Variations
Color information
#F2C0DF (or 0xF2C0DF) is known color: Classic Rose. HEX triplet: F2, C0 and DF. RGB value is (242,192,223). Sum of RGB (Red+Green+Blue) = 242+192+223=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 192 (75.39% from 255 or 29.22% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0DF is #0D3F20. Grayscale: #D2D2D2. Windows color (decimal): -868129 or 14663922. OLE color: 14663922.
HSL color Cylindrical-coordinate representation of color #F2C0DF: hue angle of 322.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0DF is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 223 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.05 |
| HSL | 322.8º | 0.66% | 0.85% | - |
| HSV(B) | 322.8º | 0.21% | 0.95% | - |
| XYZ | 68.79 | 61.9 | 78.14 | - |
| YUV | 210.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 223 | 0 | 0.21 | 0.08 | 0.05 | 322.8 | 0.66 | 0.85 |
| Hex | F2 | C0 | DF | 0 | 15 | 8 | 5 | 143 | 42 | 55 |
| Octal | 362 | 300 | 337 | 0 | 25 | 10 | 5 | 503 | 102 | 125 |
| Binary | 11110010 | 11000000 | 11011111 | 0 | 10101 | 1000 | 101 | 101000011 | 1000010 | 1010101 |
Color Harmonies of #F2C0DF
Complementary color
Monochromatic Colors of #F2C0DF
Black with #F2C0DF
Text Example
Text Example
White with #F2C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0DF; }
p { color: rgb(242,192,223); }
H1.HeaderClassName
{
color: #F2C0DF;
}
.AnyTagClassName
{
color: #F2C0DF;
}
</style>
background-color css
<style>
a { background-color: #F2C0DF; }
a { background-color: rgb(242,192,223); }
div.DivClassName
{
background-color: #F2C0DF;
}
.BgClassName
{
background-color: #F2C0DF;
}
</style>
border-color css
<style>
span { border-color: #F2C0DF; }
span { border-color: rgb(242,192,223); }
td.TdClassName
{
border-color: #F2C0DF;
}
.TagClassName
{
border-color: #F2C0DF;
}
</style>