Shades of Cherub #F3D5DA
Tints of Cherub #F3D5DA
RGB
CMYK
RGB Variations
Color information
#F3D5DA (or 0xF3D5DA) is known color: Cherub. HEX triplet: F3, D5 and DA. RGB value is (243,213,218). Sum of RGB (Red+Green+Blue) = 243+213+218=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5DA is #0C2A25. Grayscale: #DEDEDE. Windows color (decimal): -797222 or 14341619. OLE color: 14341619.
HSL color Cylindrical-coordinate representation of color #F3D5DA: hue angle of 350º 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 #F3D5DA is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 213 | 218 | - |
CMYK | 0 | 0.12 | 0.10 | 0.05 |
HSL | 350º | 0.56% | 0.89% | - |
HSV(B) | 350º | 0.12% | 0.95% | - |
XYZ | 73.41 | 71.71 | 76.3 | - |
YUV | 222.54 | 125.44 | 142.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 213 | 218 | 0 | 0.12 | 0.10 | 0.05 | 350 | 0.56 | 0.89 |
Hex | F3 | D5 | DA | 0 | C | A | 5 | 15E | 38 | 59 |
Octal | 363 | 325 | 332 | 0 | 14 | 12 | 5 | 536 | 70 | 131 |
Binary | 11110011 | 11010101 | 11011010 | 0 | 1100 | 1010 | 101 | 101011110 | 111000 | 1011001 |
Color Harmonies of #F3D5DA
Complementary color
Monochromatic Colors of #F3D5DA
Black with #F3D5DA
Text Example
Text Example
White with #F3D5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D5DA; }
p { color: rgb(243,213,218); }
H1.HeaderClassName
{
color: #F3D5DA;
}
.AnyTagClassName
{
color: #F3D5DA;
}
</style>
background-color css
<style>
a { background-color: #F3D5DA; }
a { background-color: rgb(243,213,218); }
div.DivClassName
{
background-color: #F3D5DA;
}
.BgClassName
{
background-color: #F3D5DA;
}
</style>
border-color css
<style>
span { border-color: #F3D5DA; }
span { border-color: rgb(243,213,218); }
td.TdClassName
{
border-color: #F3D5DA;
}
.TagClassName
{
border-color: #F3D5DA;
}
</style>