Shades of Chantilly #F3BFCC
Tints of Chantilly #F3BFCC
RGB
CMYK
RGB Variations
Color information
#F3BFCC (or 0xF3BFCC) is known color: Chantilly. HEX triplet: F3, BF and CC. RGB value is (243,191,204). Sum of RGB (Red+Green+Blue) = 243+191+204=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BFCC is #0C4033. Grayscale: #D0D0D0. Windows color (decimal): -802868 or 13418483. OLE color: 13418483.
HSL color Cylindrical-coordinate representation of color #F3BFCC: hue angle of 345º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3BFCC is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 191 | 204 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.05 |
| HSL | 345º | 0.68% | 0.85% | - |
| HSV(B) | 345º | 0.21% | 0.95% | - |
| XYZ | 66.49 | 60.68 | 65.33 | - |
| YUV | 208.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 204 | 0 | 0.21 | 0.16 | 0.05 | 345 | 0.68 | 0.85 |
| Hex | F3 | BF | CC | 0 | 15 | 10 | 5 | 159 | 44 | 55 |
| Octal | 363 | 277 | 314 | 0 | 25 | 20 | 5 | 531 | 104 | 125 |
| Binary | 11110011 | 10111111 | 11001100 | 0 | 10101 | 10000 | 101 | 101011001 | 1000100 | 1010101 |
Color Harmonies of #F3BFCC
Complementary color
Monochromatic Colors of #F3BFCC
Black with #F3BFCC
Text Example
Text Example
White with #F3BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BFCC; }
p { color: rgb(243,191,204); }
H1.HeaderClassName
{
color: #F3BFCC;
}
.AnyTagClassName
{
color: #F3BFCC;
}
</style>
background-color css
<style>
a { background-color: #F3BFCC; }
a { background-color: rgb(243,191,204); }
div.DivClassName
{
background-color: #F3BFCC;
}
.BgClassName
{
background-color: #F3BFCC;
}
</style>
border-color css
<style>
span { border-color: #F3BFCC; }
span { border-color: rgb(243,191,204); }
td.TdClassName
{
border-color: #F3BFCC;
}
.TagClassName
{
border-color: #F3BFCC;
}
</style>