Shades of Classic Rose #F2C3DF
Tints of Classic Rose #F2C3DF
RGB
CMYK
RGB Variations
Color information
#F2C3DF (or 0xF2C3DF) is known color: Classic Rose. HEX triplet: F2, C3 and DF. RGB value is (242,195,223). Sum of RGB (Red+Green+Blue) = 242+195+223=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 195 (76.56% from 255 or 29.55% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C3DF is #0D3C20. Grayscale: #D4D4D4. Windows color (decimal): -867361 or 14664690. OLE color: 14664690.
HSL color Cylindrical-coordinate representation of color #F2C3DF: hue angle of 324.26º degrees, saturation: 0.64, 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 #F2C3DF is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 223 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.05 |
| HSL | 324.26º | 0.64% | 0.86% | - |
| HSV(B) | 324.26º | 0.19% | 0.95% | - |
| XYZ | 69.45 | 63.24 | 78.36 | - |
| YUV | 212.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 223 | 0 | 0.19 | 0.08 | 0.05 | 324.26 | 0.64 | 0.86 |
| Hex | F2 | C3 | DF | 0 | 13 | 8 | 5 | 144 | 40 | 56 |
| Octal | 362 | 303 | 337 | 0 | 23 | 10 | 5 | 504 | 100 | 126 |
| Binary | 11110010 | 11000011 | 11011111 | 0 | 10011 | 1000 | 101 | 101000100 | 1000000 | 1010110 |
Color Harmonies of #F2C3DF
Complementary color
Monochromatic Colors of #F2C3DF
Black with #F2C3DF
Text Example
Text Example
White with #F2C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C3DF; }
p { color: rgb(242,195,223); }
H1.HeaderClassName
{
color: #F2C3DF;
}
.AnyTagClassName
{
color: #F2C3DF;
}
</style>
background-color css
<style>
a { background-color: #F2C3DF; }
a { background-color: rgb(242,195,223); }
div.DivClassName
{
background-color: #F2C3DF;
}
.BgClassName
{
background-color: #F2C3DF;
}
</style>
border-color css
<style>
span { border-color: #F2C3DF; }
span { border-color: rgb(242,195,223); }
td.TdClassName
{
border-color: #F2C3DF;
}
.TagClassName
{
border-color: #F2C3DF;
}
</style>