Shades of Chantilly #F1BED1
Tints of Chantilly #F1BED1
RGB
CMYK
RGB Variations
Color information
#F1BED1 (or 0xF1BED1) is known color: Chantilly. HEX triplet: F1, BE and D1. RGB value is (241,190,209). Sum of RGB (Red+Green+Blue) = 241+190+209=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BED1 is #0E412E. Grayscale: #CFCFCF. Windows color (decimal): -934191 or 13745905. OLE color: 13745905.
HSL color Cylindrical-coordinate representation of color #F1BED1: hue angle of 337.65º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BED1 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 209 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.05 |
| HSL | 337.65º | 0.65% | 0.85% | - |
| HSV(B) | 337.65º | 0.21% | 0.95% | - |
| XYZ | 66.2 | 60.13 | 68.44 | - |
| YUV | 207.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 209 | 0 | 0.21 | 0.13 | 0.05 | 337.65 | 0.65 | 0.85 |
| Hex | F1 | BE | D1 | 0 | 15 | D | 5 | 152 | 41 | 55 |
| Octal | 361 | 276 | 321 | 0 | 25 | 15 | 5 | 522 | 101 | 125 |
| Binary | 11110001 | 10111110 | 11010001 | 0 | 10101 | 1101 | 101 | 101010010 | 1000001 | 1010101 |
Color Harmonies of #F1BED1
Complementary color
Monochromatic Colors of #F1BED1
Black with #F1BED1
Text Example
Text Example
White with #F1BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BED1; }
p { color: rgb(241,190,209); }
H1.HeaderClassName
{
color: #F1BED1;
}
.AnyTagClassName
{
color: #F1BED1;
}
</style>
background-color css
<style>
a { background-color: #F1BED1; }
a { background-color: rgb(241,190,209); }
div.DivClassName
{
background-color: #F1BED1;
}
.BgClassName
{
background-color: #F1BED1;
}
</style>
border-color css
<style>
span { border-color: #F1BED1; }
span { border-color: rgb(241,190,209); }
td.TdClassName
{
border-color: #F1BED1;
}
.TagClassName
{
border-color: #F1BED1;
}
</style>