Shades of Varden #FBECD3
Tints of Varden #FBECD3
RGB
CMYK
RGB Variations
Color information
#FBECD3 (or 0xFBECD3) is known color: Varden. HEX triplet: FB, EC and D3. RGB value is (251,236,211). Sum of RGB (Red+Green+Blue) = 251+236+211=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 211 (82.81% from 255 or 30.23% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECD3 is #04132C. Grayscale: #EDEDED. Windows color (decimal): -267053 or 13888763. OLE color: 13888763.
HSL color Cylindrical-coordinate representation of color #FBECD3: hue angle of 37.5º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBECD3 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 211 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.02 |
| HSL | 37.5º | 0.83% | 0.91% | - |
| HSV(B) | 37.5º | 0.16% | 0.98% | - |
| XYZ | 81.54 | 85.2 | 73.78 | - |
| YUV | 237.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 211 | 0 | 0.06 | 0.16 | 0.02 | 37.5 | 0.83 | 0.91 |
| Hex | FB | EC | D3 | 0 | 6 | 10 | 2 | 26 | 53 | 5B |
| Octal | 373 | 354 | 323 | 0 | 6 | 20 | 2 | 46 | 123 | 133 |
| Binary | 11111011 | 11101100 | 11010011 | 0 | 110 | 10000 | 10 | 100110 | 1010011 | 1011011 |
Color Harmonies of #FBECD3
Complementary color
Monochromatic Colors of #FBECD3
Black with #FBECD3
Text Example
Text Example
White with #FBECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECD3; }
p { color: rgb(251,236,211); }
H1.HeaderClassName
{
color: #FBECD3;
}
.AnyTagClassName
{
color: #FBECD3;
}
</style>
background-color css
<style>
a { background-color: #FBECD3; }
a { background-color: rgb(251,236,211); }
div.DivClassName
{
background-color: #FBECD3;
}
.BgClassName
{
background-color: #FBECD3;
}
</style>
border-color css
<style>
span { border-color: #FBECD3; }
span { border-color: rgb(251,236,211); }
td.TdClassName
{
border-color: #FBECD3;
}
.TagClassName
{
border-color: #FBECD3;
}
</style>