Shades of Cream #FDFDC5
Tints of Cream #FDFDC5
RGB
CMYK
RGB Variations
Color information
#FDFDC5 (or 0xFDFDC5) is known color: Cream. HEX triplet: FD, FD and C5. RGB value is (253,253,197). Sum of RGB (Red+Green+Blue) = 253+253+197=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 197 (77.34% from 255 or 28.02% from 703); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDC5 is #02023A. Grayscale: #F6F6F6. Windows color (decimal): -131643 or 12975613. OLE color: 12975613.
HSL color Cylindrical-coordinate representation of color #FDFDC5: hue angle of 60º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDFDC5 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 197 | - |
CMYK | 0 | 0 | 0.22 | 0.01 |
HSL | 60º | 0.93% | 0.88% | - |
HSV(B) | 60º | 0.22% | 0.99% | - |
XYZ | 85.71 | 95.16 | 66.67 | - |
YUV | 246.62 | 100 | 132.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 197 | 0 | 0 | 0.22 | 0.01 | 60 | 0.93 | 0.88 |
Hex | FD | FD | C5 | 0 | 0 | 16 | 1 | 3C | 5D | 58 |
Octal | 375 | 375 | 305 | 0 | 0 | 26 | 1 | 74 | 135 | 130 |
Binary | 11111101 | 11111101 | 11000101 | 0 | 0 | 10110 | 1 | 111100 | 1011101 | 1011000 |
Color Harmonies of #FDFDC5
Complementary color
Monochromatic Colors of #FDFDC5
Black with #FDFDC5
Text Example
Text Example
White with #FDFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDC5; }
p { color: rgb(253,253,197); }
H1.HeaderClassName
{
color: #FDFDC5;
}
.AnyTagClassName
{
color: #FDFDC5;
}
</style>
background-color css
<style>
a { background-color: #FDFDC5; }
a { background-color: rgb(253,253,197); }
div.DivClassName
{
background-color: #FDFDC5;
}
.BgClassName
{
background-color: #FDFDC5;
}
</style>
border-color css
<style>
span { border-color: #FDFDC5; }
span { border-color: rgb(253,253,197); }
td.TdClassName
{
border-color: #FDFDC5;
}
.TagClassName
{
border-color: #FDFDC5;
}
</style>