Shades of Chantilly #F1BECF
Tints of Chantilly #F1BECF
RGB
CMYK
RGB Variations
Color information
#F1BECF (or 0xF1BECF) is known color: Chantilly. HEX triplet: F1, BE and CF. RGB value is (241,190,207). Sum of RGB (Red+Green+Blue) = 241+190+207=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BECF is #0E4130. Grayscale: #CFCFCF. Windows color (decimal): -934193 or 13614833. OLE color: 13614833.
HSL color Cylindrical-coordinate representation of color #F1BECF: hue angle of 340º 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 #F1BECF is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 207 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.05 |
| HSL | 340º | 0.65% | 0.85% | - |
| HSV(B) | 340º | 0.21% | 0.95% | - |
| XYZ | 65.95 | 60.03 | 67.14 | - |
| YUV | 207.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 207 | 0 | 0.21 | 0.14 | 0.05 | 340 | 0.65 | 0.85 |
| Hex | F1 | BE | CF | 0 | 15 | E | 5 | 154 | 41 | 55 |
| Octal | 361 | 276 | 317 | 0 | 25 | 16 | 5 | 524 | 101 | 125 |
| Binary | 11110001 | 10111110 | 11001111 | 0 | 10101 | 1110 | 101 | 101010100 | 1000001 | 1010101 |
Color Harmonies of #F1BECF
Complementary color
Monochromatic Colors of #F1BECF
Black with #F1BECF
Text Example
Text Example
White with #F1BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BECF; }
p { color: rgb(241,190,207); }
H1.HeaderClassName
{
color: #F1BECF;
}
.AnyTagClassName
{
color: #F1BECF;
}
</style>
background-color css
<style>
a { background-color: #F1BECF; }
a { background-color: rgb(241,190,207); }
div.DivClassName
{
background-color: #F1BECF;
}
.BgClassName
{
background-color: #F1BECF;
}
</style>
border-color css
<style>
span { border-color: #F1BECF; }
span { border-color: rgb(241,190,207); }
td.TdClassName
{
border-color: #F1BECF;
}
.TagClassName
{
border-color: #F1BECF;
}
</style>