Shades of Cream #FFFED2
Tints of Cream #FFFED2
RGB
CMYK
RGB Variations
Color information
#FFFED2 (or 0xFFFED2) is known color: Cream. HEX triplet: FF, FE and D2. RGB value is (255,254,210). Sum of RGB (Red+Green+Blue) = 255+254+210=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 210 (82.42% from 255 or 29.21% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFED2 is #00012D. Grayscale: #F9F9F9. Windows color (decimal): -302 or 13827839. OLE color: 13827839.
HSL color Cylindrical-coordinate representation of color #FFFED2: hue angle of 58.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFFED2 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 254 | 210 | - |
CMYK | 0 | 0.00 | 0.18 | 0 |
HSL | 58.67º | 1% | 0.91% | - |
HSV(B) | 58.67º | 0.18% | 1% | - |
XYZ | 88.31 | 96.8 | 75 | - |
YUV | 249.28 | 105.83 | 132.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 254 | 210 | 0 | 0.00 | 0.18 | 0 | 58.67 | 1 | 0.91 |
Hex | FF | FE | D2 | 0 | 0 | 12 | 0 | 3B | 64 | 5B |
Octal | 377 | 376 | 322 | 0 | 0 | 22 | 0 | 73 | 144 | 133 |
Binary | 11111111 | 11111110 | 11010010 | 0 | 0 | 10010 | 0 | 111011 | 1100100 | 1011011 |
Color Harmonies of #FFFED2
Complementary color
Monochromatic Colors of #FFFED2
Black with #FFFED2
Text Example
Text Example
White with #FFFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFED2; }
p { color: rgb(255,254,210); }
H1.HeaderClassName
{
color: #FFFED2;
}
.AnyTagClassName
{
color: #FFFED2;
}
</style>
background-color css
<style>
a { background-color: #FFFED2; }
a { background-color: rgb(255,254,210); }
div.DivClassName
{
background-color: #FFFED2;
}
.BgClassName
{
background-color: #FFFED2;
}
</style>
border-color css
<style>
span { border-color: #FFFED2; }
span { border-color: rgb(255,254,210); }
td.TdClassName
{
border-color: #FFFED2;
}
.TagClassName
{
border-color: #FFFED2;
}
</style>