Shades of Varden #FBEFD1
Tints of Varden #FBEFD1
RGB
CMYK
RGB Variations
Color information
#FBEFD1 (or 0xFBEFD1) is known color: Varden. HEX triplet: FB, EF and D1. RGB value is (251,239,209). Sum of RGB (Red+Green+Blue) = 251+239+209=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 209 (82.03% from 255 or 29.90% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFD1 is #04102E. Grayscale: #EFEFEF. Windows color (decimal): -266287 or 13758459. OLE color: 13758459.
HSL color Cylindrical-coordinate representation of color #FBEFD1: hue angle of 42.86º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBEFD1 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 209 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.02 |
| HSL | 42.86º | 0.84% | 0.9% | - |
| HSV(B) | 42.86º | 0.17% | 0.98% | - |
| XYZ | 82.16 | 86.85 | 72.75 | - |
| YUV | 239.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 209 | 0 | 0.05 | 0.17 | 0.02 | 42.86 | 0.84 | 0.9 |
| Hex | FB | EF | D1 | 0 | 5 | 11 | 2 | 2B | 54 | 5A |
| Octal | 373 | 357 | 321 | 0 | 5 | 21 | 2 | 53 | 124 | 132 |
| Binary | 11111011 | 11101111 | 11010001 | 0 | 101 | 10001 | 10 | 101011 | 1010100 | 1011010 |
Color Harmonies of #FBEFD1
Complementary color
Monochromatic Colors of #FBEFD1
Black with #FBEFD1
Text Example
Text Example
White with #FBEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFD1; }
p { color: rgb(251,239,209); }
H1.HeaderClassName
{
color: #FBEFD1;
}
.AnyTagClassName
{
color: #FBEFD1;
}
</style>
background-color css
<style>
a { background-color: #FBEFD1; }
a { background-color: rgb(251,239,209); }
div.DivClassName
{
background-color: #FBEFD1;
}
.BgClassName
{
background-color: #FBEFD1;
}
</style>
border-color css
<style>
span { border-color: #FBEFD1; }
span { border-color: rgb(251,239,209); }
td.TdClassName
{
border-color: #FBEFD1;
}
.TagClassName
{
border-color: #FBEFD1;
}
</style>