Shades of Chantilly #F1B8C8
Tints of Chantilly #F1B8C8
RGB
CMYK
RGB Variations
Color information
#F1B8C8 (or 0xF1B8C8) is known color: Chantilly. HEX triplet: F1, B8 and C8. RGB value is (241,184,200). Sum of RGB (Red+Green+Blue) = 241+184+200=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8C8 is #0E4737. Grayscale: #CACACA. Windows color (decimal): -935736 or 13154545. OLE color: 13154545.
HSL color Cylindrical-coordinate representation of color #F1B8C8: hue angle of 343.16º 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 #F1B8C8 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 184 | 200 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.05 |
| HSL | 343.16º | 0.67% | 0.83% | - |
| HSV(B) | 343.16º | 0.24% | 0.95% | - |
| XYZ | 63.84 | 57.15 | 62.31 | - |
| YUV | 202.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 200 | 0 | 0.24 | 0.17 | 0.05 | 343.16 | 0.67 | 0.83 |
| Hex | F1 | B8 | C8 | 0 | 18 | 11 | 5 | 157 | 43 | 53 |
| Octal | 361 | 270 | 310 | 0 | 30 | 21 | 5 | 527 | 103 | 123 |
| Binary | 11110001 | 10111000 | 11001000 | 0 | 11000 | 10001 | 101 | 101010111 | 1000011 | 1010011 |
Color Harmonies of #F1B8C8
Complementary color
Monochromatic Colors of #F1B8C8
Black with #F1B8C8
Text Example
Text Example
White with #F1B8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B8C8; }
p { color: rgb(241,184,200); }
H1.HeaderClassName
{
color: #F1B8C8;
}
.AnyTagClassName
{
color: #F1B8C8;
}
</style>
background-color css
<style>
a { background-color: #F1B8C8; }
a { background-color: rgb(241,184,200); }
div.DivClassName
{
background-color: #F1B8C8;
}
.BgClassName
{
background-color: #F1B8C8;
}
</style>
border-color css
<style>
span { border-color: #F1B8C8; }
span { border-color: rgb(241,184,200); }
td.TdClassName
{
border-color: #F1B8C8;
}
.TagClassName
{
border-color: #F1B8C8;
}
</style>