Shades of Cherub #FAD4DB
Tints of Cherub #FAD4DB
RGB
CMYK
RGB Variations
Color information
#FAD4DB (or 0xFAD4DB) is known color: Cherub. HEX triplet: FA, D4 and DB. RGB value is (250,212,219). Sum of RGB (Red+Green+Blue) = 250+212+219=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4DB is #052B24. Grayscale: #E0E0E0. Windows color (decimal): -338725 or 14406906. OLE color: 14406906.
HSL color Cylindrical-coordinate representation of color #FAD4DB: hue angle of 348.95º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAD4DB is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 219 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.02 |
| HSL | 348.95º | 0.79% | 0.91% | - |
| HSV(B) | 348.95º | 0.15% | 0.98% | - |
| XYZ | 75.75 | 72.53 | 77.02 | - |
| YUV | 224.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 219 | 0 | 0.15 | 0.12 | 0.02 | 348.95 | 0.79 | 0.91 |
| Hex | FA | D4 | DB | 0 | F | C | 2 | 15D | 4F | 5B |
| Octal | 372 | 324 | 333 | 0 | 17 | 14 | 2 | 535 | 117 | 133 |
| Binary | 11111010 | 11010100 | 11011011 | 0 | 1111 | 1100 | 10 | 101011101 | 1001111 | 1011011 |
Color Harmonies of #FAD4DB
Complementary color
Monochromatic Colors of #FAD4DB
Black with #FAD4DB
Text Example
Text Example
White with #FAD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD4DB; }
p { color: rgb(250,212,219); }
H1.HeaderClassName
{
color: #FAD4DB;
}
.AnyTagClassName
{
color: #FAD4DB;
}
</style>
background-color css
<style>
a { background-color: #FAD4DB; }
a { background-color: rgb(250,212,219); }
div.DivClassName
{
background-color: #FAD4DB;
}
.BgClassName
{
background-color: #FAD4DB;
}
</style>
border-color css
<style>
span { border-color: #FAD4DB; }
span { border-color: rgb(250,212,219); }
td.TdClassName
{
border-color: #FAD4DB;
}
.TagClassName
{
border-color: #FAD4DB;
}
</style>