Shades of Cherub #F3D4DC
Tints of Cherub #F3D4DC
RGB
CMYK
RGB Variations
Color information
#F3D4DC (or 0xF3D4DC) is known color: Cherub. HEX triplet: F3, D4 and DC. RGB value is (243,212,220). Sum of RGB (Red+Green+Blue) = 243+212+220=675 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D4DC is #0C2B23. Grayscale: #DEDEDE. Windows color (decimal): -797476 or 14472435. OLE color: 14472435.
HSL color Cylindrical-coordinate representation of color #F3D4DC: hue angle of 344.52º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3D4DC is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 220 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.05 |
| HSL | 344.52º | 0.56% | 0.89% | - |
| HSV(B) | 344.52º | 0.13% | 0.95% | - |
| XYZ | 73.42 | 71.31 | 77.6 | - |
| YUV | 222.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 220 | 0 | 0.13 | 0.09 | 0.05 | 344.52 | 0.56 | 0.89 |
| Hex | F3 | D4 | DC | 0 | D | 9 | 5 | 159 | 38 | 59 |
| Octal | 363 | 324 | 334 | 0 | 15 | 11 | 5 | 531 | 70 | 131 |
| Binary | 11110011 | 11010100 | 11011100 | 0 | 1101 | 1001 | 101 | 101011001 | 111000 | 1011001 |
Color Harmonies of #F3D4DC
Complementary color
Monochromatic Colors of #F3D4DC
Black with #F3D4DC
Text Example
Text Example
White with #F3D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D4DC; }
p { color: rgb(243,212,220); }
H1.HeaderClassName
{
color: #F3D4DC;
}
.AnyTagClassName
{
color: #F3D4DC;
}
</style>
background-color css
<style>
a { background-color: #F3D4DC; }
a { background-color: rgb(243,212,220); }
div.DivClassName
{
background-color: #F3D4DC;
}
.BgClassName
{
background-color: #F3D4DC;
}
</style>
border-color css
<style>
span { border-color: #F3D4DC; }
span { border-color: rgb(243,212,220); }
td.TdClassName
{
border-color: #F3D4DC;
}
.TagClassName
{
border-color: #F3D4DC;
}
</style>