Shades of Classic Rose #F5C1DC
Tints of Classic Rose #F5C1DC
RGB
CMYK
RGB Variations
Color information
#F5C1DC (or 0xF5C1DC) is known color: Classic Rose. HEX triplet: F5, C1 and DC. RGB value is (245,193,220). Sum of RGB (Red+Green+Blue) = 245+193+220=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 193 (75.78% from 255 or 29.33% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C1DC is #0A3E23. Grayscale: #D3D3D3. Windows color (decimal): -671268 or 14467573. OLE color: 14467573.
HSL color Cylindrical-coordinate representation of color #F5C1DC: hue angle of 328.85º 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 #F5C1DC is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 220 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.04 |
| HSL | 328.85º | 0.72% | 0.86% | - |
| HSV(B) | 328.85º | 0.21% | 0.96% | - |
| XYZ | 69.64 | 62.72 | 76.15 | - |
| YUV | 211.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 220 | 0 | 0.21 | 0.10 | 0.04 | 328.85 | 0.72 | 0.86 |
| Hex | F5 | C1 | DC | 0 | 15 | A | 4 | 149 | 48 | 56 |
| Octal | 365 | 301 | 334 | 0 | 25 | 12 | 4 | 511 | 110 | 126 |
| Binary | 11110101 | 11000001 | 11011100 | 0 | 10101 | 1010 | 100 | 101001001 | 1001000 | 1010110 |
Color Harmonies of #F5C1DC
Complementary color
Monochromatic Colors of #F5C1DC
Black with #F5C1DC
Text Example
Text Example
White with #F5C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C1DC; }
p { color: rgb(245,193,220); }
H1.HeaderClassName
{
color: #F5C1DC;
}
.AnyTagClassName
{
color: #F5C1DC;
}
</style>
background-color css
<style>
a { background-color: #F5C1DC; }
a { background-color: rgb(245,193,220); }
div.DivClassName
{
background-color: #F5C1DC;
}
.BgClassName
{
background-color: #F5C1DC;
}
</style>
border-color css
<style>
span { border-color: #F5C1DC; }
span { border-color: rgb(245,193,220); }
td.TdClassName
{
border-color: #F5C1DC;
}
.TagClassName
{
border-color: #F5C1DC;
}
</style>