Shades of Classic Rose #F5C2DC
Tints of Classic Rose #F5C2DC
RGB
CMYK
RGB Variations
Color information
#F5C2DC (or 0xF5C2DC) is known color: Classic Rose. HEX triplet: F5, C2 and DC. RGB value is (245,194,220). Sum of RGB (Red+Green+Blue) = 245+194+220=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C2DC is #0A3D23. Grayscale: #D4D4D4. Windows color (decimal): -671012 or 14467829. OLE color: 14467829.
HSL color Cylindrical-coordinate representation of color #F5C2DC: hue angle of 329.41º 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 #F5C2DC is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 220 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.04 |
| HSL | 329.41º | 0.72% | 0.86% | - |
| HSV(B) | 329.41º | 0.21% | 0.96% | - |
| XYZ | 69.87 | 63.16 | 76.22 | - |
| YUV | 212.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 220 | 0 | 0.21 | 0.10 | 0.04 | 329.41 | 0.72 | 0.86 |
| Hex | F5 | C2 | DC | 0 | 15 | A | 4 | 149 | 48 | 56 |
| Octal | 365 | 302 | 334 | 0 | 25 | 12 | 4 | 511 | 110 | 126 |
| Binary | 11110101 | 11000010 | 11011100 | 0 | 10101 | 1010 | 100 | 101001001 | 1001000 | 1010110 |
Color Harmonies of #F5C2DC
Complementary color
Monochromatic Colors of #F5C2DC
Black with #F5C2DC
Text Example
Text Example
White with #F5C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C2DC; }
p { color: rgb(245,194,220); }
H1.HeaderClassName
{
color: #F5C2DC;
}
.AnyTagClassName
{
color: #F5C2DC;
}
</style>
background-color css
<style>
a { background-color: #F5C2DC; }
a { background-color: rgb(245,194,220); }
div.DivClassName
{
background-color: #F5C2DC;
}
.BgClassName
{
background-color: #F5C2DC;
}
</style>
border-color css
<style>
span { border-color: #F5C2DC; }
span { border-color: rgb(245,194,220); }
td.TdClassName
{
border-color: #F5C2DC;
}
.TagClassName
{
border-color: #F5C2DC;
}
</style>