Shades of Cream #FDFFC7
Tints of Cream #FDFFC7
RGB
CMYK
RGB Variations
Color information
#FDFFC7 (or 0xFDFFC7) is known color: Cream. HEX triplet: FD, FF and C7. RGB value is (253,255,199). Sum of RGB (Red+Green+Blue) = 253+255+199=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 199 (78.12% from 255 or 28.15% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFC7 is #020038. Grayscale: #F8F8F8. Windows color (decimal): -131129 or 13107197. OLE color: 13107197.
HSL color Cylindrical-coordinate representation of color #FDFFC7: hue angle of 62.14º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDFFC7 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 255 | 199 | - |
CMYK | 0.01 | 0 | 0.22 | 0 |
HSL | 62.14º | 1% | 0.89% | - |
HSV(B) | 62.14º | 0.22% | 1% | - |
XYZ | 86.58 | 96.53 | 68.1 | - |
YUV | 248.02 | 100.34 | 131.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 255 | 199 | 0.01 | 0 | 0.22 | 0 | 62.14 | 1 | 0.89 |
Hex | FD | FF | C7 | 1 | 0 | 16 | 0 | 3E | 64 | 59 |
Octal | 375 | 377 | 307 | 1 | 0 | 26 | 0 | 76 | 144 | 131 |
Binary | 11111101 | 11111111 | 11000111 | 1 | 0 | 10110 | 0 | 111110 | 1100100 | 1011001 |
Color Harmonies of #FDFFC7
Complementary color
Monochromatic Colors of #FDFFC7
Black with #FDFFC7
Text Example
Text Example
White with #FDFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFC7; }
p { color: rgb(253,255,199); }
H1.HeaderClassName
{
color: #FDFFC7;
}
.AnyTagClassName
{
color: #FDFFC7;
}
</style>
background-color css
<style>
a { background-color: #FDFFC7; }
a { background-color: rgb(253,255,199); }
div.DivClassName
{
background-color: #FDFFC7;
}
.BgClassName
{
background-color: #FDFFC7;
}
</style>
border-color css
<style>
span { border-color: #FDFFC7; }
span { border-color: rgb(253,255,199); }
td.TdClassName
{
border-color: #FDFFC7;
}
.TagClassName
{
border-color: #FDFFC7;
}
</style>