Shades of Classic Rose #F5C1DB
Tints of Classic Rose #F5C1DB
RGB
CMYK
RGB Variations
Color information
#F5C1DB (or 0xF5C1DB) is known color: Classic Rose. HEX triplet: F5, C1 and DB. RGB value is (245,193,219). Sum of RGB (Red+Green+Blue) = 245+193+219=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 193 (75.78% from 255 or 29.38% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C1DB is #0A3E24. Grayscale: #D3D3D3. Windows color (decimal): -671269 or 14402037. OLE color: 14402037.
HSL color Cylindrical-coordinate representation of color #F5C1DB: hue angle of 330º 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 #F5C1DB is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 219 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.04 |
| HSL | 330º | 0.72% | 0.86% | - |
| HSV(B) | 330º | 0.21% | 0.96% | - |
| XYZ | 69.51 | 62.67 | 75.45 | - |
| YUV | 211.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 219 | 0 | 0.21 | 0.11 | 0.04 | 330 | 0.72 | 0.86 |
| Hex | F5 | C1 | DB | 0 | 15 | B | 4 | 14A | 48 | 56 |
| Octal | 365 | 301 | 333 | 0 | 25 | 13 | 4 | 512 | 110 | 126 |
| Binary | 11110101 | 11000001 | 11011011 | 0 | 10101 | 1011 | 100 | 101001010 | 1001000 | 1010110 |
Color Harmonies of #F5C1DB
Complementary color
Monochromatic Colors of #F5C1DB
Black with #F5C1DB
Text Example
Text Example
White with #F5C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C1DB; }
p { color: rgb(245,193,219); }
H1.HeaderClassName
{
color: #F5C1DB;
}
.AnyTagClassName
{
color: #F5C1DB;
}
</style>
background-color css
<style>
a { background-color: #F5C1DB; }
a { background-color: rgb(245,193,219); }
div.DivClassName
{
background-color: #F5C1DB;
}
.BgClassName
{
background-color: #F5C1DB;
}
</style>
border-color css
<style>
span { border-color: #F5C1DB; }
span { border-color: rgb(245,193,219); }
td.TdClassName
{
border-color: #F5C1DB;
}
.TagClassName
{
border-color: #F5C1DB;
}
</style>