Shades of Varden #FBEED2
Tints of Varden #FBEED2
RGB
CMYK
RGB Variations
Color information
#FBEED2 (or 0xFBEED2) is known color: Varden. HEX triplet: FB, EE and D2. RGB value is (251,238,210). Sum of RGB (Red+Green+Blue) = 251+238+210=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 210 (82.42% from 255 or 30.04% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEED2 is #04112D. Grayscale: #EEEEEE. Windows color (decimal): -266542 or 13823739. OLE color: 13823739.
HSL color Cylindrical-coordinate representation of color #FBEED2: hue angle of 40.98º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBEED2 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 210 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.02 |
| HSL | 40.98º | 0.84% | 0.9% | - |
| HSV(B) | 40.98º | 0.16% | 0.98% | - |
| XYZ | 81.99 | 86.31 | 73.31 | - |
| YUV | 238.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 210 | 0 | 0.05 | 0.16 | 0.02 | 40.98 | 0.84 | 0.9 |
| Hex | FB | EE | D2 | 0 | 5 | 10 | 2 | 29 | 54 | 5A |
| Octal | 373 | 356 | 322 | 0 | 5 | 20 | 2 | 51 | 124 | 132 |
| Binary | 11111011 | 11101110 | 11010010 | 0 | 101 | 10000 | 10 | 101001 | 1010100 | 1011010 |
Color Harmonies of #FBEED2
Complementary color
Monochromatic Colors of #FBEED2
Black with #FBEED2
Text Example
Text Example
White with #FBEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEED2; }
p { color: rgb(251,238,210); }
H1.HeaderClassName
{
color: #FBEED2;
}
.AnyTagClassName
{
color: #FBEED2;
}
</style>
background-color css
<style>
a { background-color: #FBEED2; }
a { background-color: rgb(251,238,210); }
div.DivClassName
{
background-color: #FBEED2;
}
.BgClassName
{
background-color: #FBEED2;
}
</style>
border-color css
<style>
span { border-color: #FBEED2; }
span { border-color: rgb(251,238,210); }
td.TdClassName
{
border-color: #FBEED2;
}
.TagClassName
{
border-color: #FBEED2;
}
</style>