Shades of Cherub #FFD3DB
Tints of Cherub #FFD3DB
RGB
CMYK
RGB Variations
Color information
#FFD3DB (or 0xFFD3DB) is known color: Cherub. HEX triplet: FF, D3 and DB. RGB value is (255,211,219). Sum of RGB (Red+Green+Blue) = 255+211+219=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3DB is #002C24. Grayscale: #E1E1E1. Windows color (decimal): -11301 or 14406655. OLE color: 14406655.
HSL color Cylindrical-coordinate representation of color #FFD3DB: hue angle of 349.09º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD3DB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 219 | - |
| CMYK | 0 | 0.17 | 0.14 | 0 |
| HSL | 349.09º | 1% | 0.91% | - |
| HSV(B) | 349.09º | 0.17% | 1% | - |
| XYZ | 77.32 | 72.96 | 77.03 | - |
| YUV | 225.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 219 | 0 | 0.17 | 0.14 | 0 | 349.09 | 1 | 0.91 |
| Hex | FF | D3 | DB | 0 | 11 | E | 0 | 15D | 64 | 5B |
| Octal | 377 | 323 | 333 | 0 | 21 | 16 | 0 | 535 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11011011 | 0 | 10001 | 1110 | 0 | 101011101 | 1100100 | 1011011 |
Color Harmonies of #FFD3DB
Complementary color
Monochromatic Colors of #FFD3DB
Black with #FFD3DB
Text Example
Text Example
White with #FFD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3DB; }
p { color: rgb(255,211,219); }
H1.HeaderClassName
{
color: #FFD3DB;
}
.AnyTagClassName
{
color: #FFD3DB;
}
</style>
background-color css
<style>
a { background-color: #FFD3DB; }
a { background-color: rgb(255,211,219); }
div.DivClassName
{
background-color: #FFD3DB;
}
.BgClassName
{
background-color: #FFD3DB;
}
</style>
border-color css
<style>
span { border-color: #FFD3DB; }
span { border-color: rgb(255,211,219); }
td.TdClassName
{
border-color: #FFD3DB;
}
.TagClassName
{
border-color: #FFD3DB;
}
</style>