Shades of Varden #FBEED4
Tints of Varden #FBEED4
RGB
CMYK
RGB Variations
Color information
#FBEED4 (or 0xFBEED4) is known color: Varden. HEX triplet: FB, EE and D4. RGB value is (251,238,212). Sum of RGB (Red+Green+Blue) = 251+238+212=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 238 (93.36% from 255 or 33.95% from 701); Blue value is 212 (83.20% from 255 or 30.24% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEED4 is #04112B. Grayscale: #EFEFEF. Windows color (decimal): -266540 or 13954811. OLE color: 13954811.
HSL color Cylindrical-coordinate representation of color #FBEED4: hue angle of 40º 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 #FBEED4 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 212 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.02 |
| HSL | 40º | 0.83% | 0.91% | - |
| HSV(B) | 40º | 0.16% | 0.98% | - |
| XYZ | 82.24 | 86.41 | 74.63 | - |
| YUV | 238.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 212 | 0 | 0.05 | 0.16 | 0.02 | 40 | 0.83 | 0.91 |
| Hex | FB | EE | D4 | 0 | 5 | 10 | 2 | 28 | 53 | 5B |
| Octal | 373 | 356 | 324 | 0 | 5 | 20 | 2 | 50 | 123 | 133 |
| Binary | 11111011 | 11101110 | 11010100 | 0 | 101 | 10000 | 10 | 101000 | 1010011 | 1011011 |
Color Harmonies of #FBEED4
Complementary color
Monochromatic Colors of #FBEED4
Black with #FBEED4
Text Example
Text Example
White with #FBEED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEED4; }
p { color: rgb(251,238,212); }
H1.HeaderClassName
{
color: #FBEED4;
}
.AnyTagClassName
{
color: #FBEED4;
}
</style>
background-color css
<style>
a { background-color: #FBEED4; }
a { background-color: rgb(251,238,212); }
div.DivClassName
{
background-color: #FBEED4;
}
.BgClassName
{
background-color: #FBEED4;
}
</style>
border-color css
<style>
span { border-color: #FBEED4; }
span { border-color: rgb(251,238,212); }
td.TdClassName
{
border-color: #FBEED4;
}
.TagClassName
{
border-color: #FBEED4;
}
</style>