Shades of Cream #FEFFD3
Tints of Cream #FEFFD3
RGB
CMYK
RGB Variations
Color information
#FEFFD3 (or 0xFEFFD3) is known color: Cream. HEX triplet: FE, FF and D3. RGB value is (254,255,211). Sum of RGB (Red+Green+Blue) = 254+255+211=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 211 (82.81% from 255 or 29.31% from 720); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFD3 is #01002C. Grayscale: #F9F9F9. Windows color (decimal): -65581 or 13893630. OLE color: 13893630.
HSL color Cylindrical-coordinate representation of color #FEFFD3: hue angle of 61.36º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEFFD3 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 211 | - |
| CMYK | 0.00 | 0 | 0.17 | 0 |
| HSL | 61.36º | 1% | 0.91% | - |
| HSV(B) | 61.36º | 0.17% | 1% | - |
| XYZ | 88.39 | 97.29 | 75.75 | - |
| YUV | 249.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 211 | 0.00 | 0 | 0.17 | 0 | 61.36 | 1 | 0.91 |
| Hex | FE | FF | D3 | 0 | 0 | 11 | 0 | 3D | 64 | 5B |
| Octal | 376 | 377 | 323 | 0 | 0 | 21 | 0 | 75 | 144 | 133 |
| Binary | 11111110 | 11111111 | 11010011 | 0 | 0 | 10001 | 0 | 111101 | 1100100 | 1011011 |
Color Harmonies of #FEFFD3
Complementary color
Monochromatic Colors of #FEFFD3
Black with #FEFFD3
Text Example
Text Example
White with #FEFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFD3; }
p { color: rgb(254,255,211); }
H1.HeaderClassName
{
color: #FEFFD3;
}
.AnyTagClassName
{
color: #FEFFD3;
}
</style>
background-color css
<style>
a { background-color: #FEFFD3; }
a { background-color: rgb(254,255,211); }
div.DivClassName
{
background-color: #FEFFD3;
}
.BgClassName
{
background-color: #FEFFD3;
}
</style>
border-color css
<style>
span { border-color: #FEFFD3; }
span { border-color: rgb(254,255,211); }
td.TdClassName
{
border-color: #FEFFD3;
}
.TagClassName
{
border-color: #FEFFD3;
}
</style>