Shades of Chantilly #F3BED1
Tints of Chantilly #F3BED1
RGB
CMYK
RGB Variations
Color information
#F3BED1 (or 0xF3BED1) is known color: Chantilly. HEX triplet: F3, BE and D1. RGB value is (243,190,209). Sum of RGB (Red+Green+Blue) = 243+190+209=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BED1 is #0C412E. Grayscale: #CFCFCF. Windows color (decimal): -803119 or 13745907. OLE color: 13745907.
HSL color Cylindrical-coordinate representation of color #F3BED1: hue angle of 338.49º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BED1 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 190 | 209 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.05 |
| HSL | 338.49º | 0.69% | 0.85% | - |
| HSV(B) | 338.49º | 0.22% | 0.95% | - |
| XYZ | 66.88 | 60.49 | 68.47 | - |
| YUV | 208.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 209 | 0 | 0.22 | 0.14 | 0.05 | 338.49 | 0.69 | 0.85 |
| Hex | F3 | BE | D1 | 0 | 16 | E | 5 | 152 | 45 | 55 |
| Octal | 363 | 276 | 321 | 0 | 26 | 16 | 5 | 522 | 105 | 125 |
| Binary | 11110011 | 10111110 | 11010001 | 0 | 10110 | 1110 | 101 | 101010010 | 1000101 | 1010101 |
Color Harmonies of #F3BED1
Complementary color
Monochromatic Colors of #F3BED1
Black with #F3BED1
Text Example
Text Example
White with #F3BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BED1; }
p { color: rgb(243,190,209); }
H1.HeaderClassName
{
color: #F3BED1;
}
.AnyTagClassName
{
color: #F3BED1;
}
</style>
background-color css
<style>
a { background-color: #F3BED1; }
a { background-color: rgb(243,190,209); }
div.DivClassName
{
background-color: #F3BED1;
}
.BgClassName
{
background-color: #F3BED1;
}
</style>
border-color css
<style>
span { border-color: #F3BED1; }
span { border-color: rgb(243,190,209); }
td.TdClassName
{
border-color: #F3BED1;
}
.TagClassName
{
border-color: #F3BED1;
}
</style>