Shades of Chantilly #F1B8CB
Tints of Chantilly #F1B8CB
RGB
CMYK
RGB Variations
Color information
#F1B8CB (or 0xF1B8CB) is known color: Chantilly. HEX triplet: F1, B8 and CB. RGB value is (241,184,203). Sum of RGB (Red+Green+Blue) = 241+184+203=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8CB is #0E4734. Grayscale: #CBCBCB. Windows color (decimal): -935733 or 13351153. OLE color: 13351153.
HSL color Cylindrical-coordinate representation of color #F1B8CB: hue angle of 340º 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 #F1B8CB is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 184 | 203 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.05 |
| HSL | 340º | 0.67% | 0.83% | - |
| HSV(B) | 340º | 0.24% | 0.95% | - |
| XYZ | 64.2 | 57.29 | 64.18 | - |
| YUV | 203.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 203 | 0 | 0.24 | 0.16 | 0.05 | 340 | 0.67 | 0.83 |
| Hex | F1 | B8 | CB | 0 | 18 | 10 | 5 | 154 | 43 | 53 |
| Octal | 361 | 270 | 313 | 0 | 30 | 20 | 5 | 524 | 103 | 123 |
| Binary | 11110001 | 10111000 | 11001011 | 0 | 11000 | 10000 | 101 | 101010100 | 1000011 | 1010011 |
Color Harmonies of #F1B8CB
Complementary color
Monochromatic Colors of #F1B8CB
Black with #F1B8CB
Text Example
Text Example
White with #F1B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B8CB; }
p { color: rgb(241,184,203); }
H1.HeaderClassName
{
color: #F1B8CB;
}
.AnyTagClassName
{
color: #F1B8CB;
}
</style>
background-color css
<style>
a { background-color: #F1B8CB; }
a { background-color: rgb(241,184,203); }
div.DivClassName
{
background-color: #F1B8CB;
}
.BgClassName
{
background-color: #F1B8CB;
}
</style>
border-color css
<style>
span { border-color: #F1B8CB; }
span { border-color: rgb(241,184,203); }
td.TdClassName
{
border-color: #F1B8CB;
}
.TagClassName
{
border-color: #F1B8CB;
}
</style>