Shades of Classic Rose #FFC7DB
Tints of Classic Rose #FFC7DB
RGB
CMYK
RGB Variations
Color information
#FFC7DB (or 0xFFC7DB) is known color: Classic Rose. HEX triplet: FF, C7 and DB. RGB value is (255,199,219). Sum of RGB (Red+Green+Blue) = 255+199+219=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7DB is #003824. Grayscale: #DADADA. Windows color (decimal): -14373 or 14403583. OLE color: 14403583.
HSL color Cylindrical-coordinate representation of color #FFC7DB: hue angle of 338.57º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC7DB is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 219 | - |
| CMYK | 0 | 0.22 | 0.14 | 0 |
| HSL | 338.57º | 1% | 0.89% | - |
| HSV(B) | 338.57º | 0.22% | 1% | - |
| XYZ | 74.45 | 67.22 | 76.07 | - |
| YUV | 218.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 219 | 0 | 0.22 | 0.14 | 0 | 338.57 | 1 | 0.89 |
| Hex | FF | C7 | DB | 0 | 16 | E | 0 | 153 | 64 | 59 |
| Octal | 377 | 307 | 333 | 0 | 26 | 16 | 0 | 523 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11011011 | 0 | 10110 | 1110 | 0 | 101010011 | 1100100 | 1011001 |
Color Harmonies of #FFC7DB
Complementary color
Monochromatic Colors of #FFC7DB
Black with #FFC7DB
Text Example
Text Example
White with #FFC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7DB; }
p { color: rgb(255,199,219); }
H1.HeaderClassName
{
color: #FFC7DB;
}
.AnyTagClassName
{
color: #FFC7DB;
}
</style>
background-color css
<style>
a { background-color: #FFC7DB; }
a { background-color: rgb(255,199,219); }
div.DivClassName
{
background-color: #FFC7DB;
}
.BgClassName
{
background-color: #FFC7DB;
}
</style>
border-color css
<style>
span { border-color: #FFC7DB; }
span { border-color: rgb(255,199,219); }
td.TdClassName
{
border-color: #FFC7DB;
}
.TagClassName
{
border-color: #FFC7DB;
}
</style>