Shades of Classic Rose #F5C2DE
Tints of Classic Rose #F5C2DE
RGB
CMYK
RGB Variations
Color information
#F5C2DE (or 0xF5C2DE) is known color: Classic Rose. HEX triplet: F5, C2 and DE. RGB value is (245,194,222). Sum of RGB (Red+Green+Blue) = 245+194+222=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C2DE is #0A3D21. Grayscale: #D4D4D4. Windows color (decimal): -671010 or 14598901. OLE color: 14598901.
HSL color Cylindrical-coordinate representation of color #F5C2DE: hue angle of 327.06º 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 #F5C2DE is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 222 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.04 |
| HSL | 327.06º | 0.72% | 0.86% | - |
| HSV(B) | 327.06º | 0.21% | 0.96% | - |
| XYZ | 70.13 | 63.27 | 77.62 | - |
| YUV | 212.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 222 | 0 | 0.21 | 0.09 | 0.04 | 327.06 | 0.72 | 0.86 |
| Hex | F5 | C2 | DE | 0 | 15 | 9 | 4 | 147 | 48 | 56 |
| Octal | 365 | 302 | 336 | 0 | 25 | 11 | 4 | 507 | 110 | 126 |
| Binary | 11110101 | 11000010 | 11011110 | 0 | 10101 | 1001 | 100 | 101000111 | 1001000 | 1010110 |
Color Harmonies of #F5C2DE
Complementary color
Monochromatic Colors of #F5C2DE
Black with #F5C2DE
Text Example
Text Example
White with #F5C2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C2DE; }
p { color: rgb(245,194,222); }
H1.HeaderClassName
{
color: #F5C2DE;
}
.AnyTagClassName
{
color: #F5C2DE;
}
</style>
background-color css
<style>
a { background-color: #F5C2DE; }
a { background-color: rgb(245,194,222); }
div.DivClassName
{
background-color: #F5C2DE;
}
.BgClassName
{
background-color: #F5C2DE;
}
</style>
border-color css
<style>
span { border-color: #F5C2DE; }
span { border-color: rgb(245,194,222); }
td.TdClassName
{
border-color: #F5C2DE;
}
.TagClassName
{
border-color: #F5C2DE;
}
</style>