Shades of Cream #FEFED3
Tints of Cream #FEFED3
RGB
CMYK
RGB Variations
Color information
#FEFED3 (or 0xFEFED3) is known color: Cream. HEX triplet: FE, FE and D3. RGB value is (254,254,211). Sum of RGB (Red+Green+Blue) = 254+254+211=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 211 (82.81% from 255 or 29.35% from 719); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFED3 is #01012C. Grayscale: #F9F9F9. Windows color (decimal): -65837 or 13893374. OLE color: 13893374.
HSL color Cylindrical-coordinate representation of color #FEFED3: hue angle of 60º 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 #FEFED3 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 254 | 211 | - |
CMYK | 0 | 0 | 0.17 | 0.00 |
HSL | 60º | 0.96% | 0.91% | - |
HSV(B) | 60º | 0.17% | 1% | - |
XYZ | 88.07 | 96.66 | 75.64 | - |
YUV | 249.1 | 106.5 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 254 | 211 | 0 | 0 | 0.17 | 0.00 | 60 | 0.96 | 0.91 |
Hex | FE | FE | D3 | 0 | 0 | 11 | 0 | 3C | 60 | 5B |
Octal | 376 | 376 | 323 | 0 | 0 | 21 | 0 | 74 | 140 | 133 |
Binary | 11111110 | 11111110 | 11010011 | 0 | 0 | 10001 | 0 | 111100 | 1100000 | 1011011 |
Color Harmonies of #FEFED3
Complementary color
Monochromatic Colors of #FEFED3
Black with #FEFED3
Text Example
Text Example
White with #FEFED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFED3; }
p { color: rgb(254,254,211); }
H1.HeaderClassName
{
color: #FEFED3;
}
.AnyTagClassName
{
color: #FEFED3;
}
</style>
background-color css
<style>
a { background-color: #FEFED3; }
a { background-color: rgb(254,254,211); }
div.DivClassName
{
background-color: #FEFED3;
}
.BgClassName
{
background-color: #FEFED3;
}
</style>
border-color css
<style>
span { border-color: #FEFED3; }
span { border-color: rgb(254,254,211); }
td.TdClassName
{
border-color: #FEFED3;
}
.TagClassName
{
border-color: #FEFED3;
}
</style>