Shades of Cream #FEFDD3
Tints of Cream #FEFDD3
RGB
CMYK
RGB Variations
Color information
#FEFDD3 (or 0xFEFDD3) is known color: Cream. HEX triplet: FE, FD and D3. RGB value is (254,253,211). Sum of RGB (Red+Green+Blue) = 254+253+211=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 211 (82.81% from 255 or 29.39% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDD3 is #01022C. Grayscale: #F8F8F8. Windows color (decimal): -66093 or 13893118. OLE color: 13893118.
HSL color Cylindrical-coordinate representation of color #FEFDD3: hue angle of 58.6º 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 #FEFDD3 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 211 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.00 |
| HSL | 58.6º | 0.96% | 0.91% | - |
| HSV(B) | 58.6º | 0.17% | 1% | - |
| XYZ | 87.76 | 96.02 | 75.54 | - |
| YUV | 248.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 211 | 0 | 0.00 | 0.17 | 0.00 | 58.6 | 0.96 | 0.91 |
| Hex | FE | FD | D3 | 0 | 0 | 11 | 0 | 3B | 60 | 5B |
| Octal | 376 | 375 | 323 | 0 | 0 | 21 | 0 | 73 | 140 | 133 |
| Binary | 11111110 | 11111101 | 11010011 | 0 | 0 | 10001 | 0 | 111011 | 1100000 | 1011011 |
Color Harmonies of #FEFDD3
Complementary color
Monochromatic Colors of #FEFDD3
Black with #FEFDD3
Text Example
Text Example
White with #FEFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDD3; }
p { color: rgb(254,253,211); }
H1.HeaderClassName
{
color: #FEFDD3;
}
.AnyTagClassName
{
color: #FEFDD3;
}
</style>
background-color css
<style>
a { background-color: #FEFDD3; }
a { background-color: rgb(254,253,211); }
div.DivClassName
{
background-color: #FEFDD3;
}
.BgClassName
{
background-color: #FEFDD3;
}
</style>
border-color css
<style>
span { border-color: #FEFDD3; }
span { border-color: rgb(254,253,211); }
td.TdClassName
{
border-color: #FEFDD3;
}
.TagClassName
{
border-color: #FEFDD3;
}
</style>