Shades of Chardon #FBECE2
Tints of Chardon #FBECE2
RGB
CMYK
RGB Variations
Color information
#FBECE2 (or 0xFBECE2) is known color: Chardon. HEX triplet: FB, EC and E2. RGB value is (251,236,226). Sum of RGB (Red+Green+Blue) = 251+236+226=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 226 (88.67% from 255 or 31.70% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECE2 is #04131D. Grayscale: #EFEFEF. Windows color (decimal): -267038 or 14871803. OLE color: 14871803.
HSL color Cylindrical-coordinate representation of color #FBECE2: hue angle of 24º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBECE2 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 236 | 226 | - |
CMYK | 0 | 0.06 | 0.10 | 0.02 |
HSL | 24º | 0.76% | 0.94% | - |
HSV(B) | 24º | 0.1% | 0.98% | - |
XYZ | 83.51 | 85.99 | 84.15 | - |
YUV | 239.35 | 120.47 | 136.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 236 | 226 | 0 | 0.06 | 0.10 | 0.02 | 24 | 0.76 | 0.94 |
Hex | FB | EC | E2 | 0 | 6 | A | 2 | 18 | 4C | 5E |
Octal | 373 | 354 | 342 | 0 | 6 | 12 | 2 | 30 | 114 | 136 |
Binary | 11111011 | 11101100 | 11100010 | 0 | 110 | 1010 | 10 | 11000 | 1001100 | 1011110 |
Color Harmonies of #FBECE2
Complementary color
Monochromatic Colors of #FBECE2
Black with #FBECE2
Text Example
Text Example
White with #FBECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECE2; }
p { color: rgb(251,236,226); }
H1.HeaderClassName
{
color: #FBECE2;
}
.AnyTagClassName
{
color: #FBECE2;
}
</style>
background-color css
<style>
a { background-color: #FBECE2; }
a { background-color: rgb(251,236,226); }
div.DivClassName
{
background-color: #FBECE2;
}
.BgClassName
{
background-color: #FBECE2;
}
</style>
border-color css
<style>
span { border-color: #FBECE2; }
span { border-color: rgb(251,236,226); }
td.TdClassName
{
border-color: #FBECE2;
}
.TagClassName
{
border-color: #FBECE2;
}
</style>