Shades of Cherub #F3D5DC
Tints of Cherub #F3D5DC
RGB
CMYK
RGB Variations
Color information
#F3D5DC (or 0xF3D5DC) is known color: Cherub. HEX triplet: F3, D5 and DC. RGB value is (243,213,220). Sum of RGB (Red+Green+Blue) = 243+213+220=676 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.95% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5DC is #0C2A23. Grayscale: #DEDEDE. Windows color (decimal): -797220 or 14472691. OLE color: 14472691.
HSL color Cylindrical-coordinate representation of color #F3D5DC: hue angle of 346º 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 #F3D5DC is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 220 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.05 |
| HSL | 346º | 0.56% | 0.89% | - |
| HSV(B) | 346º | 0.12% | 0.95% | - |
| XYZ | 73.67 | 71.81 | 77.69 | - |
| YUV | 222.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 220 | 0 | 0.12 | 0.09 | 0.05 | 346 | 0.56 | 0.89 |
| Hex | F3 | D5 | DC | 0 | C | 9 | 5 | 15A | 38 | 59 |
| Octal | 363 | 325 | 334 | 0 | 14 | 11 | 5 | 532 | 70 | 131 |
| Binary | 11110011 | 11010101 | 11011100 | 0 | 1100 | 1001 | 101 | 101011010 | 111000 | 1011001 |
Color Harmonies of #F3D5DC
Complementary color
Monochromatic Colors of #F3D5DC
Black with #F3D5DC
Text Example
Text Example
White with #F3D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D5DC; }
p { color: rgb(243,213,220); }
H1.HeaderClassName
{
color: #F3D5DC;
}
.AnyTagClassName
{
color: #F3D5DC;
}
</style>
background-color css
<style>
a { background-color: #F3D5DC; }
a { background-color: rgb(243,213,220); }
div.DivClassName
{
background-color: #F3D5DC;
}
.BgClassName
{
background-color: #F3D5DC;
}
</style>
border-color css
<style>
span { border-color: #F3D5DC; }
span { border-color: rgb(243,213,220); }
td.TdClassName
{
border-color: #F3D5DC;
}
.TagClassName
{
border-color: #F3D5DC;
}
</style>