Shades of Varden #FBEFD0
Tints of Varden #FBEFD0
RGB
CMYK
RGB Variations
Color information
#FBEFD0 (or 0xFBEFD0) is known color: Varden. HEX triplet: FB, EF and D0. RGB value is (251,239,208). Sum of RGB (Red+Green+Blue) = 251+239+208=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 208 (81.64% from 255 or 29.80% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFD0 is #04102F. Grayscale: #EFEFEF. Windows color (decimal): -266288 or 13692923. OLE color: 13692923.
HSL color Cylindrical-coordinate representation of color #FBEFD0: hue angle of 43.26º 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 #FBEFD0 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 239 | 208 | - |
CMYK | 0 | 0.05 | 0.17 | 0.02 |
HSL | 43.26º | 0.84% | 0.9% | - |
HSV(B) | 43.26º | 0.17% | 0.98% | - |
XYZ | 82.04 | 86.8 | 72.1 | - |
YUV | 239.05 | 110.48 | 136.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 239 | 208 | 0 | 0.05 | 0.17 | 0.02 | 43.26 | 0.84 | 0.9 |
Hex | FB | EF | D0 | 0 | 5 | 11 | 2 | 2B | 54 | 5A |
Octal | 373 | 357 | 320 | 0 | 5 | 21 | 2 | 53 | 124 | 132 |
Binary | 11111011 | 11101111 | 11010000 | 0 | 101 | 10001 | 10 | 101011 | 1010100 | 1011010 |
Color Harmonies of #FBEFD0
Complementary color
Monochromatic Colors of #FBEFD0
Black with #FBEFD0
Text Example
Text Example
White with #FBEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFD0; }
p { color: rgb(251,239,208); }
H1.HeaderClassName
{
color: #FBEFD0;
}
.AnyTagClassName
{
color: #FBEFD0;
}
</style>
background-color css
<style>
a { background-color: #FBEFD0; }
a { background-color: rgb(251,239,208); }
div.DivClassName
{
background-color: #FBEFD0;
}
.BgClassName
{
background-color: #FBEFD0;
}
</style>
border-color css
<style>
span { border-color: #FBEFD0; }
span { border-color: rgb(251,239,208); }
td.TdClassName
{
border-color: #FBEFD0;
}
.TagClassName
{
border-color: #FBEFD0;
}
</style>