Shades of Cream #FDFAD4
Tints of Cream #FDFAD4
RGB
CMYK
RGB Variations
Color information
#FDFAD4 (or 0xFDFAD4) is known color: Cream. HEX triplet: FD, FA and D4. RGB value is (253,250,212). Sum of RGB (Red+Green+Blue) = 253+250+212=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 212 (83.20% from 255 or 29.65% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD4 is #02052B. Grayscale: #F6F6F6. Windows color (decimal): -132396 or 13957885. OLE color: 13957885.
HSL color Cylindrical-coordinate representation of color #FDFAD4: hue angle of 55.61º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDFAD4 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 212 | - |
CMYK | 0 | 0.01 | 0.16 | 0.01 |
HSL | 55.61º | 0.91% | 0.91% | - |
HSV(B) | 55.61º | 0.16% | 0.99% | - |
XYZ | 86.58 | 94.01 | 75.87 | - |
YUV | 246.57 | 108.49 | 132.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 212 | 0 | 0.01 | 0.16 | 0.01 | 55.61 | 0.91 | 0.91 |
Hex | FD | FA | D4 | 0 | 1 | 10 | 1 | 38 | 5B | 5B |
Octal | 375 | 372 | 324 | 0 | 1 | 20 | 1 | 70 | 133 | 133 |
Binary | 11111101 | 11111010 | 11010100 | 0 | 1 | 10000 | 1 | 111000 | 1011011 | 1011011 |
Color Harmonies of #FDFAD4
Complementary color
Monochromatic Colors of #FDFAD4
Black with #FDFAD4
Text Example
Text Example
White with #FDFAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAD4; }
p { color: rgb(253,250,212); }
H1.HeaderClassName
{
color: #FDFAD4;
}
.AnyTagClassName
{
color: #FDFAD4;
}
</style>
background-color css
<style>
a { background-color: #FDFAD4; }
a { background-color: rgb(253,250,212); }
div.DivClassName
{
background-color: #FDFAD4;
}
.BgClassName
{
background-color: #FDFAD4;
}
</style>
border-color css
<style>
span { border-color: #FDFAD4; }
span { border-color: rgb(253,250,212); }
td.TdClassName
{
border-color: #FDFAD4;
}
.TagClassName
{
border-color: #FDFAD4;
}
</style>