Shades of Cherub #F3D5DB
Tints of Cherub #F3D5DB
RGB
CMYK
RGB Variations
Color information
#F3D5DB (or 0xF3D5DB) is known color: Cherub. HEX triplet: F3, D5 and DB. RGB value is (243,213,219). Sum of RGB (Red+Green+Blue) = 243+213+219=675 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5DB is #0C2A24. Grayscale: #DEDEDE. Windows color (decimal): -797221 or 14407155. OLE color: 14407155.
HSL color Cylindrical-coordinate representation of color #F3D5DB: hue angle of 348º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3D5DB is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 219 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.05 |
| HSL | 348º | 0.56% | 0.89% | - |
| HSV(B) | 348º | 0.12% | 0.95% | - |
| XYZ | 73.54 | 71.76 | 76.99 | - |
| YUV | 222.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 219 | 0 | 0.12 | 0.10 | 0.05 | 348 | 0.56 | 0.89 |
| Hex | F3 | D5 | DB | 0 | C | A | 5 | 15C | 38 | 59 |
| Octal | 363 | 325 | 333 | 0 | 14 | 12 | 5 | 534 | 70 | 131 |
| Binary | 11110011 | 11010101 | 11011011 | 0 | 1100 | 1010 | 101 | 101011100 | 111000 | 1011001 |
Color Harmonies of #F3D5DB
Complementary color
Monochromatic Colors of #F3D5DB
Black with #F3D5DB
Text Example
Text Example
White with #F3D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D5DB; }
p { color: rgb(243,213,219); }
H1.HeaderClassName
{
color: #F3D5DB;
}
.AnyTagClassName
{
color: #F3D5DB;
}
</style>
background-color css
<style>
a { background-color: #F3D5DB; }
a { background-color: rgb(243,213,219); }
div.DivClassName
{
background-color: #F3D5DB;
}
.BgClassName
{
background-color: #F3D5DB;
}
</style>
border-color css
<style>
span { border-color: #F3D5DB; }
span { border-color: rgb(243,213,219); }
td.TdClassName
{
border-color: #F3D5DB;
}
.TagClassName
{
border-color: #F3D5DB;
}
</style>