Shades of Cherub #F1D9DF
Tints of Cherub #F1D9DF
RGB
CMYK
RGB Variations
Color information
#F1D9DF (or 0xF1D9DF) is known color: Cherub. HEX triplet: F1, D9 and DF. RGB value is (241,217,223). Sum of RGB (Red+Green+Blue) = 241+217+223=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9DF is #0E2620. Grayscale: #E0E0E0. Windows color (decimal): -927265 or 14670321. OLE color: 14670321.
HSL color Cylindrical-coordinate representation of color #F1D9DF: hue angle of 345º degrees, saturation: 0.46, 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 #F1D9DF is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 223 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.05 |
| HSL | 345º | 0.46% | 0.9% | - |
| HSV(B) | 345º | 0.1% | 0.95% | - |
| XYZ | 74.41 | 73.65 | 80.11 | - |
| YUV | 224.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 223 | 0 | 0.10 | 0.07 | 0.05 | 345 | 0.46 | 0.9 |
| Hex | F1 | D9 | DF | 0 | A | 7 | 5 | 159 | 2E | 5A |
| Octal | 361 | 331 | 337 | 0 | 12 | 7 | 5 | 531 | 56 | 132 |
| Binary | 11110001 | 11011001 | 11011111 | 0 | 1010 | 111 | 101 | 101011001 | 101110 | 1011010 |
Color Harmonies of #F1D9DF
Complementary color
Monochromatic Colors of #F1D9DF
Black with #F1D9DF
Text Example
Text Example
White with #F1D9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9DF; }
p { color: rgb(241,217,223); }
H1.HeaderClassName
{
color: #F1D9DF;
}
.AnyTagClassName
{
color: #F1D9DF;
}
</style>
background-color css
<style>
a { background-color: #F1D9DF; }
a { background-color: rgb(241,217,223); }
div.DivClassName
{
background-color: #F1D9DF;
}
.BgClassName
{
background-color: #F1D9DF;
}
</style>
border-color css
<style>
span { border-color: #F1D9DF; }
span { border-color: rgb(241,217,223); }
td.TdClassName
{
border-color: #F1D9DF;
}
.TagClassName
{
border-color: #F1D9DF;
}
</style>