Shades of Chantilly #F1B5CB
Tints of Chantilly #F1B5CB
RGB
CMYK
RGB Variations
Color information
#F1B5CB (or 0xF1B5CB) is known color: Chantilly. HEX triplet: F1, B5 and CB. RGB value is (241,181,203). Sum of RGB (Red+Green+Blue) = 241+181+203=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5CB is #0E4A34. Grayscale: #C9C9C9. Windows color (decimal): -936501 or 13350385. OLE color: 13350385.
HSL color Cylindrical-coordinate representation of color #F1B5CB: hue angle of 338º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B5CB is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 203 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.05 |
| HSL | 338º | 0.68% | 0.83% | - |
| HSV(B) | 338º | 0.25% | 0.95% | - |
| XYZ | 63.58 | 56.06 | 63.97 | - |
| YUV | 201.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 203 | 0 | 0.25 | 0.16 | 0.05 | 338 | 0.68 | 0.83 |
| Hex | F1 | B5 | CB | 0 | 19 | 10 | 5 | 152 | 44 | 53 |
| Octal | 361 | 265 | 313 | 0 | 31 | 20 | 5 | 522 | 104 | 123 |
| Binary | 11110001 | 10110101 | 11001011 | 0 | 11001 | 10000 | 101 | 101010010 | 1000100 | 1010011 |
Color Harmonies of #F1B5CB
Complementary color
Monochromatic Colors of #F1B5CB
Black with #F1B5CB
Text Example
Text Example
White with #F1B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B5CB; }
p { color: rgb(241,181,203); }
H1.HeaderClassName
{
color: #F1B5CB;
}
.AnyTagClassName
{
color: #F1B5CB;
}
</style>
background-color css
<style>
a { background-color: #F1B5CB; }
a { background-color: rgb(241,181,203); }
div.DivClassName
{
background-color: #F1B5CB;
}
.BgClassName
{
background-color: #F1B5CB;
}
</style>
border-color css
<style>
span { border-color: #F1B5CB; }
span { border-color: rgb(241,181,203); }
td.TdClassName
{
border-color: #F1B5CB;
}
.TagClassName
{
border-color: #F1B5CB;
}
</style>