Shades of Cream #FEFBD2
Tints of Cream #FEFBD2
RGB
CMYK
RGB Variations
Color information
#FEFBD2 (or 0xFEFBD2) is known color: Cream. HEX triplet: FE, FB and D2. RGB value is (254,251,210). Sum of RGB (Red+Green+Blue) = 254+251+210=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 210 (82.42% from 255 or 29.37% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBD2 is #01042D. Grayscale: #F7F7F7. Windows color (decimal): -66606 or 13827070. OLE color: 13827070.
HSL color Cylindrical-coordinate representation of color #FEFBD2: hue angle of 55.91º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEFBD2 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 210 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.00 |
| HSL | 55.91º | 0.96% | 0.91% | - |
| HSV(B) | 55.91º | 0.17% | 1% | - |
| XYZ | 87 | 94.72 | 74.67 | - |
| YUV | 247.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 210 | 0 | 0.01 | 0.17 | 0.00 | 55.91 | 0.96 | 0.91 |
| Hex | FE | FB | D2 | 0 | 1 | 11 | 0 | 38 | 60 | 5B |
| Octal | 376 | 373 | 322 | 0 | 1 | 21 | 0 | 70 | 140 | 133 |
| Binary | 11111110 | 11111011 | 11010010 | 0 | 1 | 10001 | 0 | 111000 | 1100000 | 1011011 |
Color Harmonies of #FEFBD2
Complementary color
Monochromatic Colors of #FEFBD2
Black with #FEFBD2
Text Example
Text Example
White with #FEFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFBD2; }
p { color: rgb(254,251,210); }
H1.HeaderClassName
{
color: #FEFBD2;
}
.AnyTagClassName
{
color: #FEFBD2;
}
</style>
background-color css
<style>
a { background-color: #FEFBD2; }
a { background-color: rgb(254,251,210); }
div.DivClassName
{
background-color: #FEFBD2;
}
.BgClassName
{
background-color: #FEFBD2;
}
</style>
border-color css
<style>
span { border-color: #FEFBD2; }
span { border-color: rgb(254,251,210); }
td.TdClassName
{
border-color: #FEFBD2;
}
.TagClassName
{
border-color: #FEFBD2;
}
</style>