Shades of Varden #FBEECF
Tints of Varden #FBEECF
RGB
CMYK
RGB Variations
Color information
#FBEECF (or 0xFBEECF) is known color: Varden. HEX triplet: FB, EE and CF. RGB value is (251,238,207). Sum of RGB (Red+Green+Blue) = 251+238+207=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEECF is #041130. Grayscale: #EEEEEE. Windows color (decimal): -266545 or 13627131. OLE color: 13627131.
HSL color Cylindrical-coordinate representation of color #FBEECF: hue angle of 42.27º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBEECF is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 207 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.02 |
| HSL | 42.27º | 0.85% | 0.9% | - |
| HSV(B) | 42.27º | 0.18% | 0.98% | - |
| XYZ | 81.62 | 86.16 | 71.36 | - |
| YUV | 238.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 207 | 0 | 0.05 | 0.18 | 0.02 | 42.27 | 0.85 | 0.9 |
| Hex | FB | EE | CF | 0 | 5 | 12 | 2 | 2A | 55 | 5A |
| Octal | 373 | 356 | 317 | 0 | 5 | 22 | 2 | 52 | 125 | 132 |
| Binary | 11111011 | 11101110 | 11001111 | 0 | 101 | 10010 | 10 | 101010 | 1010101 | 1011010 |
Color Harmonies of #FBEECF
Complementary color
Monochromatic Colors of #FBEECF
Black with #FBEECF
Text Example
Text Example
White with #FBEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEECF; }
p { color: rgb(251,238,207); }
H1.HeaderClassName
{
color: #FBEECF;
}
.AnyTagClassName
{
color: #FBEECF;
}
</style>
background-color css
<style>
a { background-color: #FBEECF; }
a { background-color: rgb(251,238,207); }
div.DivClassName
{
background-color: #FBEECF;
}
.BgClassName
{
background-color: #FBEECF;
}
</style>
border-color css
<style>
span { border-color: #FBEECF; }
span { border-color: rgb(251,238,207); }
td.TdClassName
{
border-color: #FBEECF;
}
.TagClassName
{
border-color: #FBEECF;
}
</style>