Shades of Chardon #FBEBDD
Tints of Chardon #FBEBDD
RGB
CMYK
RGB Variations
Color information
#FBEBDD (or 0xFBEBDD) is known color: Chardon. HEX triplet: FB, EB and DD. RGB value is (251,235,221). Sum of RGB (Red+Green+Blue) = 251+235+221=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEBDD is #041422. Grayscale: #EEEEEE. Windows color (decimal): -267299 or 14543867. OLE color: 14543867.
HSL color Cylindrical-coordinate representation of color #FBEBDD: hue angle of 28º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBEBDD is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 235 | 221 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.02 |
| HSL | 28º | 0.79% | 0.93% | - |
| HSV(B) | 28º | 0.12% | 0.98% | - |
| XYZ | 82.54 | 85.15 | 80.49 | - |
| YUV | 238.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 235 | 221 | 0 | 0.06 | 0.12 | 0.02 | 28 | 0.79 | 0.93 |
| Hex | FB | EB | DD | 0 | 6 | C | 2 | 1C | 4F | 5D |
| Octal | 373 | 353 | 335 | 0 | 6 | 14 | 2 | 34 | 117 | 135 |
| Binary | 11111011 | 11101011 | 11011101 | 0 | 110 | 1100 | 10 | 11100 | 1001111 | 1011101 |
Color Harmonies of #FBEBDD
Complementary color
Monochromatic Colors of #FBEBDD
Black with #FBEBDD
Text Example
Text Example
White with #FBEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEBDD; }
p { color: rgb(251,235,221); }
H1.HeaderClassName
{
color: #FBEBDD;
}
.AnyTagClassName
{
color: #FBEBDD;
}
</style>
background-color css
<style>
a { background-color: #FBEBDD; }
a { background-color: rgb(251,235,221); }
div.DivClassName
{
background-color: #FBEBDD;
}
.BgClassName
{
background-color: #FBEBDD;
}
</style>
border-color css
<style>
span { border-color: #FBEBDD; }
span { border-color: rgb(251,235,221); }
td.TdClassName
{
border-color: #FBEBDD;
}
.TagClassName
{
border-color: #FBEBDD;
}
</style>