Shades of Chantilly #F1B8C5
Tints of Chantilly #F1B8C5
RGB
CMYK
RGB Variations
Color information
#F1B8C5 (or 0xF1B8C5) is known color: Chantilly. HEX triplet: F1, B8 and C5. RGB value is (241,184,197). Sum of RGB (Red+Green+Blue) = 241+184+197=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8C5 is #0E473A. Grayscale: #CACACA. Windows color (decimal): -935739 or 12957937. OLE color: 12957937.
HSL color Cylindrical-coordinate representation of color #F1B8C5: hue angle of 346.32º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B8C5 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 184 | 197 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.05 |
| HSL | 346.32º | 0.67% | 0.83% | - |
| HSV(B) | 346.32º | 0.24% | 0.95% | - |
| XYZ | 63.49 | 57.01 | 60.48 | - |
| YUV | 202.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 197 | 0 | 0.24 | 0.18 | 0.05 | 346.32 | 0.67 | 0.83 |
| Hex | F1 | B8 | C5 | 0 | 18 | 12 | 5 | 15A | 43 | 53 |
| Octal | 361 | 270 | 305 | 0 | 30 | 22 | 5 | 532 | 103 | 123 |
| Binary | 11110001 | 10111000 | 11000101 | 0 | 11000 | 10010 | 101 | 101011010 | 1000011 | 1010011 |
Color Harmonies of #F1B8C5
Complementary color
Monochromatic Colors of #F1B8C5
Black with #F1B8C5
Text Example
Text Example
White with #F1B8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B8C5; }
p { color: rgb(241,184,197); }
H1.HeaderClassName
{
color: #F1B8C5;
}
.AnyTagClassName
{
color: #F1B8C5;
}
</style>
background-color css
<style>
a { background-color: #F1B8C5; }
a { background-color: rgb(241,184,197); }
div.DivClassName
{
background-color: #F1B8C5;
}
.BgClassName
{
background-color: #F1B8C5;
}
</style>
border-color css
<style>
span { border-color: #F1B8C5; }
span { border-color: rgb(241,184,197); }
td.TdClassName
{
border-color: #F1B8C5;
}
.TagClassName
{
border-color: #F1B8C5;
}
</style>