Shades of Classic Rose #F5C2DF
Tints of Classic Rose #F5C2DF
RGB
CMYK
RGB Variations
Color information
#F5C2DF (or 0xF5C2DF) is known color: Classic Rose. HEX triplet: F5, C2 and DF. RGB value is (245,194,223). Sum of RGB (Red+Green+Blue) = 245+194+223=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C2DF is #0A3D20. Grayscale: #D4D4D4. Windows color (decimal): -671009 or 14664437. OLE color: 14664437.
HSL color Cylindrical-coordinate representation of color #F5C2DF: hue angle of 325.88º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5C2DF is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 223 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.04 |
| HSL | 325.88º | 0.72% | 0.86% | - |
| HSV(B) | 325.88º | 0.21% | 0.96% | - |
| XYZ | 70.27 | 63.32 | 78.33 | - |
| YUV | 212.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 223 | 0 | 0.21 | 0.09 | 0.04 | 325.88 | 0.72 | 0.86 |
| Hex | F5 | C2 | DF | 0 | 15 | 9 | 4 | 146 | 48 | 56 |
| Octal | 365 | 302 | 337 | 0 | 25 | 11 | 4 | 506 | 110 | 126 |
| Binary | 11110101 | 11000010 | 11011111 | 0 | 10101 | 1001 | 100 | 101000110 | 1001000 | 1010110 |
Color Harmonies of #F5C2DF
Complementary color
Monochromatic Colors of #F5C2DF
Black with #F5C2DF
Text Example
Text Example
White with #F5C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C2DF; }
p { color: rgb(245,194,223); }
H1.HeaderClassName
{
color: #F5C2DF;
}
.AnyTagClassName
{
color: #F5C2DF;
}
</style>
background-color css
<style>
a { background-color: #F5C2DF; }
a { background-color: rgb(245,194,223); }
div.DivClassName
{
background-color: #F5C2DF;
}
.BgClassName
{
background-color: #F5C2DF;
}
</style>
border-color css
<style>
span { border-color: #F5C2DF; }
span { border-color: rgb(245,194,223); }
td.TdClassName
{
border-color: #F5C2DF;
}
.TagClassName
{
border-color: #F5C2DF;
}
</style>