Shades of Chardon #FBEADD
Tints of Chardon #FBEADD
RGB
CMYK
RGB Variations
Color information
#FBEADD (or 0xFBEADD) is known color: Chardon. HEX triplet: FB, EA and DD. RGB value is (251,234,221). Sum of RGB (Red+Green+Blue) = 251+234+221=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 221 (86.72% from 255 or 31.30% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEADD is #041522. Grayscale: #EDEDED. Windows color (decimal): -267555 or 14543611. OLE color: 14543611.
HSL color Cylindrical-coordinate representation of color #FBEADD: hue angle of 26º 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 #FBEADD is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 221 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.02 |
| HSL | 26º | 0.79% | 0.93% | - |
| HSV(B) | 26º | 0.12% | 0.98% | - |
| XYZ | 82.26 | 84.58 | 80.4 | - |
| YUV | 237.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 221 | 0 | 0.07 | 0.12 | 0.02 | 26 | 0.79 | 0.93 |
| Hex | FB | EA | DD | 0 | 7 | C | 2 | 1A | 4F | 5D |
| Octal | 373 | 352 | 335 | 0 | 7 | 14 | 2 | 32 | 117 | 135 |
| Binary | 11111011 | 11101010 | 11011101 | 0 | 111 | 1100 | 10 | 11010 | 1001111 | 1011101 |
Color Harmonies of #FBEADD
Complementary color
Monochromatic Colors of #FBEADD
Black with #FBEADD
Text Example
Text Example
White with #FBEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEADD; }
p { color: rgb(251,234,221); }
H1.HeaderClassName
{
color: #FBEADD;
}
.AnyTagClassName
{
color: #FBEADD;
}
</style>
background-color css
<style>
a { background-color: #FBEADD; }
a { background-color: rgb(251,234,221); }
div.DivClassName
{
background-color: #FBEADD;
}
.BgClassName
{
background-color: #FBEADD;
}
</style>
border-color css
<style>
span { border-color: #FBEADD; }
span { border-color: rgb(251,234,221); }
td.TdClassName
{
border-color: #FBEADD;
}
.TagClassName
{
border-color: #FBEADD;
}
</style>