Shades of Cherub #F1D8DF
Tints of Cherub #F1D8DF
RGB
CMYK
RGB Variations
Color information
#F1D8DF (or 0xF1D8DF) is known color: Cherub. HEX triplet: F1, D8 and DF. RGB value is (241,216,223). Sum of RGB (Red+Green+Blue) = 241+216+223=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8DF is #0E2720. Grayscale: #E0E0E0. Windows color (decimal): -927521 or 14670065. OLE color: 14670065.
HSL color Cylindrical-coordinate representation of color #F1D8DF: hue angle of 343.2º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D8DF is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 223 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.05 |
| HSL | 343.2º | 0.47% | 0.9% | - |
| HSV(B) | 343.2º | 0.1% | 0.95% | - |
| XYZ | 74.15 | 73.14 | 80.02 | - |
| YUV | 224.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 223 | 0 | 0.10 | 0.07 | 0.05 | 343.2 | 0.47 | 0.9 |
| Hex | F1 | D8 | DF | 0 | A | 7 | 5 | 157 | 2F | 5A |
| Octal | 361 | 330 | 337 | 0 | 12 | 7 | 5 | 527 | 57 | 132 |
| Binary | 11110001 | 11011000 | 11011111 | 0 | 1010 | 111 | 101 | 101010111 | 101111 | 1011010 |
Color Harmonies of #F1D8DF
Complementary color
Monochromatic Colors of #F1D8DF
Black with #F1D8DF
Text Example
Text Example
White with #F1D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D8DF; }
p { color: rgb(241,216,223); }
H1.HeaderClassName
{
color: #F1D8DF;
}
.AnyTagClassName
{
color: #F1D8DF;
}
</style>
background-color css
<style>
a { background-color: #F1D8DF; }
a { background-color: rgb(241,216,223); }
div.DivClassName
{
background-color: #F1D8DF;
}
.BgClassName
{
background-color: #F1D8DF;
}
</style>
border-color css
<style>
span { border-color: #F1D8DF; }
span { border-color: rgb(241,216,223); }
td.TdClassName
{
border-color: #F1D8DF;
}
.TagClassName
{
border-color: #F1D8DF;
}
</style>