Shades of Cream #FFFED5
Tints of Cream #FFFED5
RGB
CMYK
RGB Variations
Color information
#FFFED5 (or 0xFFFED5) is known color: Cream. HEX triplet: FF, FE and D5. RGB value is (255,254,213). Sum of RGB (Red+Green+Blue) = 255+254+213=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 213 (83.59% from 255 or 29.50% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFED5 is #00012A. Grayscale: #F9F9F9. Windows color (decimal): -299 or 14024447. OLE color: 14024447.
HSL color Cylindrical-coordinate representation of color #FFFED5: hue angle of 58.57º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFFED5 is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 254 | 213 | - |
CMYK | 0 | 0.00 | 0.16 | 0 |
HSL | 58.57º | 1% | 0.92% | - |
HSV(B) | 58.57º | 0.16% | 1% | - |
XYZ | 88.69 | 96.95 | 76.99 | - |
YUV | 249.63 | 107.33 | 131.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 254 | 213 | 0 | 0.00 | 0.16 | 0 | 58.57 | 1 | 0.92 |
Hex | FF | FE | D5 | 0 | 0 | 10 | 0 | 3B | 64 | 5C |
Octal | 377 | 376 | 325 | 0 | 0 | 20 | 0 | 73 | 144 | 134 |
Binary | 11111111 | 11111110 | 11010101 | 0 | 0 | 10000 | 0 | 111011 | 1100100 | 1011100 |
Color Harmonies of #FFFED5
Complementary color
Monochromatic Colors of #FFFED5
Black with #FFFED5
Text Example
Text Example
White with #FFFED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFED5; }
p { color: rgb(255,254,213); }
H1.HeaderClassName
{
color: #FFFED5;
}
.AnyTagClassName
{
color: #FFFED5;
}
</style>
background-color css
<style>
a { background-color: #FFFED5; }
a { background-color: rgb(255,254,213); }
div.DivClassName
{
background-color: #FFFED5;
}
.BgClassName
{
background-color: #FFFED5;
}
</style>
border-color css
<style>
span { border-color: #FFFED5; }
span { border-color: rgb(255,254,213); }
td.TdClassName
{
border-color: #FFFED5;
}
.TagClassName
{
border-color: #FFFED5;
}
</style>