Shades of Chardon #FBECDF
Tints of Chardon #FBECDF
RGB
CMYK
RGB Variations
Color information
#FBECDF (or 0xFBECDF) is known color: Chardon. HEX triplet: FB, EC and DF. RGB value is (251,236,223). Sum of RGB (Red+Green+Blue) = 251+236+223=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECDF is #041320. Grayscale: #EFEFEF. Windows color (decimal): -267041 or 14675195. OLE color: 14675195.
HSL color Cylindrical-coordinate representation of color #FBECDF: hue angle of 27.86º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBECDF is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 223 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.02 |
| HSL | 27.86º | 0.78% | 0.93% | - |
| HSV(B) | 27.86º | 0.11% | 0.98% | - |
| XYZ | 83.1 | 85.83 | 82 | - |
| YUV | 239 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 223 | 0 | 0.06 | 0.11 | 0.02 | 27.86 | 0.78 | 0.93 |
| Hex | FB | EC | DF | 0 | 6 | B | 2 | 1C | 4E | 5D |
| Octal | 373 | 354 | 337 | 0 | 6 | 13 | 2 | 34 | 116 | 135 |
| Binary | 11111011 | 11101100 | 11011111 | 0 | 110 | 1011 | 10 | 11100 | 1001110 | 1011101 |
Color Harmonies of #FBECDF
Complementary color
Monochromatic Colors of #FBECDF
Black with #FBECDF
Text Example
Text Example
White with #FBECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECDF; }
p { color: rgb(251,236,223); }
H1.HeaderClassName
{
color: #FBECDF;
}
.AnyTagClassName
{
color: #FBECDF;
}
</style>
background-color css
<style>
a { background-color: #FBECDF; }
a { background-color: rgb(251,236,223); }
div.DivClassName
{
background-color: #FBECDF;
}
.BgClassName
{
background-color: #FBECDF;
}
</style>
border-color css
<style>
span { border-color: #FBECDF; }
span { border-color: rgb(251,236,223); }
td.TdClassName
{
border-color: #FBECDF;
}
.TagClassName
{
border-color: #FBECDF;
}
</style>