Shades of Classic Rose #FFC4DB
Tints of Classic Rose #FFC4DB
RGB
CMYK
RGB Variations
Color information
#FFC4DB (or 0xFFC4DB) is known color: Classic Rose. HEX triplet: FF, C4 and DB. RGB value is (255,196,219). Sum of RGB (Red+Green+Blue) = 255+196+219=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4DB is #003B24. Grayscale: #D8D8D8. Windows color (decimal): -15141 or 14402815. OLE color: 14402815.
HSL color Cylindrical-coordinate representation of color #FFC4DB: hue angle of 336.61º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC4DB is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 196 | 219 | - |
CMYK | 0 | 0.23 | 0.14 | 0 |
HSL | 336.61º | 1% | 0.88% | - |
HSV(B) | 336.61º | 0.23% | 1% | - |
XYZ | 73.77 | 65.85 | 75.84 | - |
YUV | 216.26 | 129.55 | 155.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 196 | 219 | 0 | 0.23 | 0.14 | 0 | 336.61 | 1 | 0.88 |
Hex | FF | C4 | DB | 0 | 17 | E | 0 | 151 | 64 | 58 |
Octal | 377 | 304 | 333 | 0 | 27 | 16 | 0 | 521 | 144 | 130 |
Binary | 11111111 | 11000100 | 11011011 | 0 | 10111 | 1110 | 0 | 101010001 | 1100100 | 1011000 |
Color Harmonies of #FFC4DB
Complementary color
Monochromatic Colors of #FFC4DB
Black with #FFC4DB
Text Example
Text Example
White with #FFC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4DB; }
p { color: rgb(255,196,219); }
H1.HeaderClassName
{
color: #FFC4DB;
}
.AnyTagClassName
{
color: #FFC4DB;
}
</style>
background-color css
<style>
a { background-color: #FFC4DB; }
a { background-color: rgb(255,196,219); }
div.DivClassName
{
background-color: #FFC4DB;
}
.BgClassName
{
background-color: #FFC4DB;
}
</style>
border-color css
<style>
span { border-color: #FFC4DB; }
span { border-color: rgb(255,196,219); }
td.TdClassName
{
border-color: #FFC4DB;
}
.TagClassName
{
border-color: #FFC4DB;
}
</style>