Shades of Cherub #F5D5DD
Tints of Cherub #F5D5DD
RGB
CMYK
RGB Variations
Color information
#F5D5DD (or 0xF5D5DD) is known color: Cherub. HEX triplet: F5, D5 and DD. RGB value is (245,213,221). Sum of RGB (Red+Green+Blue) = 245+213+221=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 213 (83.59% from 255 or 31.37% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D5DD is #0A2A22. Grayscale: #DFDFDF. Windows color (decimal): -666147 or 14538229. OLE color: 14538229.
HSL color Cylindrical-coordinate representation of color #F5D5DD: hue angle of 345º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5D5DD is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 213 | 221 | - |
CMYK | 0 | 0.13 | 0.10 | 0.04 |
HSL | 345º | 0.62% | 0.9% | - |
HSV(B) | 345º | 0.13% | 0.96% | - |
XYZ | 74.5 | 72.22 | 78.42 | - |
YUV | 223.48 | 126.6 | 143.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 213 | 221 | 0 | 0.13 | 0.10 | 0.04 | 345 | 0.62 | 0.9 |
Hex | F5 | D5 | DD | 0 | D | A | 4 | 159 | 3E | 5A |
Octal | 365 | 325 | 335 | 0 | 15 | 12 | 4 | 531 | 76 | 132 |
Binary | 11110101 | 11010101 | 11011101 | 0 | 1101 | 1010 | 100 | 101011001 | 111110 | 1011010 |
Color Harmonies of #F5D5DD
Complementary color
Monochromatic Colors of #F5D5DD
Black with #F5D5DD
Text Example
Text Example
White with #F5D5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D5DD; }
p { color: rgb(245,213,221); }
H1.HeaderClassName
{
color: #F5D5DD;
}
.AnyTagClassName
{
color: #F5D5DD;
}
</style>
background-color css
<style>
a { background-color: #F5D5DD; }
a { background-color: rgb(245,213,221); }
div.DivClassName
{
background-color: #F5D5DD;
}
.BgClassName
{
background-color: #F5D5DD;
}
</style>
border-color css
<style>
span { border-color: #F5D5DD; }
span { border-color: rgb(245,213,221); }
td.TdClassName
{
border-color: #F5D5DD;
}
.TagClassName
{
border-color: #F5D5DD;
}
</style>