Shades of Cream #FDFDD0
Tints of Cream #FDFDD0
RGB
CMYK
RGB Variations
Color information
#FDFDD0 (or 0xFDFDD0) is known color: Cream. HEX triplet: FD, FD and D0. RGB value is (253,253,208). Sum of RGB (Red+Green+Blue) = 253+253+208=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 208 (81.64% from 255 or 29.13% from 714); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDD0 is #02022F. Grayscale: #F8F8F8. Windows color (decimal): -131632 or 13696509. OLE color: 13696509.
HSL color Cylindrical-coordinate representation of color #FDFDD0: hue angle of 60º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDFDD0 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 208 | - |
CMYK | 0 | 0 | 0.18 | 0.01 |
HSL | 60º | 0.92% | 0.9% | - |
HSV(B) | 60º | 0.18% | 0.99% | - |
XYZ | 87.02 | 95.69 | 73.56 | - |
YUV | 247.87 | 105.5 | 131.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 208 | 0 | 0 | 0.18 | 0.01 | 60 | 0.92 | 0.9 |
Hex | FD | FD | D0 | 0 | 0 | 12 | 1 | 3C | 5C | 5A |
Octal | 375 | 375 | 320 | 0 | 0 | 22 | 1 | 74 | 134 | 132 |
Binary | 11111101 | 11111101 | 11010000 | 0 | 0 | 10010 | 1 | 111100 | 1011100 | 1011010 |
Color Harmonies of #FDFDD0
Complementary color
Monochromatic Colors of #FDFDD0
Black with #FDFDD0
Text Example
Text Example
White with #FDFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDD0; }
p { color: rgb(253,253,208); }
H1.HeaderClassName
{
color: #FDFDD0;
}
.AnyTagClassName
{
color: #FDFDD0;
}
</style>
background-color css
<style>
a { background-color: #FDFDD0; }
a { background-color: rgb(253,253,208); }
div.DivClassName
{
background-color: #FDFDD0;
}
.BgClassName
{
background-color: #FDFDD0;
}
</style>
border-color css
<style>
span { border-color: #FDFDD0; }
span { border-color: rgb(253,253,208); }
td.TdClassName
{
border-color: #FDFDD0;
}
.TagClassName
{
border-color: #FDFDD0;
}
</style>