Shades of Cream #FDFAD1
Tints of Cream #FDFAD1
RGB
CMYK
RGB Variations
Color information
#FDFAD1 (or 0xFDFAD1) is known color: Cream. HEX triplet: FD, FA and D1. RGB value is (253,250,209). Sum of RGB (Red+Green+Blue) = 253+250+209=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 209 (82.03% from 255 or 29.35% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD1 is #02052E. Grayscale: #F6F6F6. Windows color (decimal): -132399 or 13761277. OLE color: 13761277.
HSL color Cylindrical-coordinate representation of color #FDFAD1: hue angle of 55.91º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDFAD1 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 209 | - |
CMYK | 0 | 0.01 | 0.17 | 0.01 |
HSL | 55.91º | 0.92% | 0.91% | - |
HSV(B) | 55.91º | 0.17% | 0.99% | - |
XYZ | 86.2 | 93.86 | 73.89 | - |
YUV | 246.22 | 106.99 | 132.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 209 | 0 | 0.01 | 0.17 | 0.01 | 55.91 | 0.92 | 0.91 |
Hex | FD | FA | D1 | 0 | 1 | 11 | 1 | 38 | 5C | 5B |
Octal | 375 | 372 | 321 | 0 | 1 | 21 | 1 | 70 | 134 | 133 |
Binary | 11111101 | 11111010 | 11010001 | 0 | 1 | 10001 | 1 | 111000 | 1011100 | 1011011 |
Color Harmonies of #FDFAD1
Complementary color
Monochromatic Colors of #FDFAD1
Black with #FDFAD1
Text Example
Text Example
White with #FDFAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAD1; }
p { color: rgb(253,250,209); }
H1.HeaderClassName
{
color: #FDFAD1;
}
.AnyTagClassName
{
color: #FDFAD1;
}
</style>
background-color css
<style>
a { background-color: #FDFAD1; }
a { background-color: rgb(253,250,209); }
div.DivClassName
{
background-color: #FDFAD1;
}
.BgClassName
{
background-color: #FDFAD1;
}
</style>
border-color css
<style>
span { border-color: #FDFAD1; }
span { border-color: rgb(253,250,209); }
td.TdClassName
{
border-color: #FDFAD1;
}
.TagClassName
{
border-color: #FDFAD1;
}
</style>