Shades of Chardon #FBEADC
Tints of Chardon #FBEADC
RGB
CMYK
RGB Variations
Color information
#FBEADC (or 0xFBEADC) is known color: Chardon. HEX triplet: FB, EA and DC. RGB value is (251,234,220). Sum of RGB (Red+Green+Blue) = 251+234+220=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEADC is #041523. Grayscale: #EDEDED. Windows color (decimal): -267556 or 14478075. OLE color: 14478075.
HSL color Cylindrical-coordinate representation of color #FBEADC: hue angle of 27.1º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBEADC is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 220 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.02 |
| HSL | 27.1º | 0.79% | 0.92% | - |
| HSV(B) | 27.1º | 0.12% | 0.98% | - |
| XYZ | 82.12 | 84.52 | 79.7 | - |
| YUV | 237.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 220 | 0 | 0.07 | 0.12 | 0.02 | 27.1 | 0.79 | 0.92 |
| Hex | FB | EA | DC | 0 | 7 | C | 2 | 1B | 4F | 5C |
| Octal | 373 | 352 | 334 | 0 | 7 | 14 | 2 | 33 | 117 | 134 |
| Binary | 11111011 | 11101010 | 11011100 | 0 | 111 | 1100 | 10 | 11011 | 1001111 | 1011100 |
Color Harmonies of #FBEADC
Complementary color
Monochromatic Colors of #FBEADC
Black with #FBEADC
Text Example
Text Example
White with #FBEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEADC; }
p { color: rgb(251,234,220); }
H1.HeaderClassName
{
color: #FBEADC;
}
.AnyTagClassName
{
color: #FBEADC;
}
</style>
background-color css
<style>
a { background-color: #FBEADC; }
a { background-color: rgb(251,234,220); }
div.DivClassName
{
background-color: #FBEADC;
}
.BgClassName
{
background-color: #FBEADC;
}
</style>
border-color css
<style>
span { border-color: #FBEADC; }
span { border-color: rgb(251,234,220); }
td.TdClassName
{
border-color: #FBEADC;
}
.TagClassName
{
border-color: #FBEADC;
}
</style>