Shades of Cream #FDFEC6
Tints of Cream #FDFEC6
RGB
CMYK
RGB Variations
Color information
#FDFEC6 (or 0xFDFEC6) is known color: Cream. HEX triplet: FD, FE and C6. RGB value is (253,254,198). Sum of RGB (Red+Green+Blue) = 253+254+198=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 198 (77.73% from 255 or 28.09% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEC6 is #020139. Grayscale: #F7F7F7. Windows color (decimal): -131386 or 13041405. OLE color: 13041405.
HSL color Cylindrical-coordinate representation of color #FDFEC6: hue angle of 61.07º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDFEC6 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 198 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.00 |
| HSL | 61.07º | 0.97% | 0.89% | - |
| HSV(B) | 61.07º | 0.22% | 1% | - |
| XYZ | 86.14 | 95.84 | 67.39 | - |
| YUV | 247.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 198 | 0.00 | 0 | 0.22 | 0.00 | 61.07 | 0.97 | 0.89 |
| Hex | FD | FE | C6 | 0 | 0 | 16 | 0 | 3D | 61 | 59 |
| Octal | 375 | 376 | 306 | 0 | 0 | 26 | 0 | 75 | 141 | 131 |
| Binary | 11111101 | 11111110 | 11000110 | 0 | 0 | 10110 | 0 | 111101 | 1100001 | 1011001 |
Color Harmonies of #FDFEC6
Complementary color
Monochromatic Colors of #FDFEC6
Black with #FDFEC6
Text Example
Text Example
White with #FDFEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEC6; }
p { color: rgb(253,254,198); }
H1.HeaderClassName
{
color: #FDFEC6;
}
.AnyTagClassName
{
color: #FDFEC6;
}
</style>
background-color css
<style>
a { background-color: #FDFEC6; }
a { background-color: rgb(253,254,198); }
div.DivClassName
{
background-color: #FDFEC6;
}
.BgClassName
{
background-color: #FDFEC6;
}
</style>
border-color css
<style>
span { border-color: #FDFEC6; }
span { border-color: rgb(253,254,198); }
td.TdClassName
{
border-color: #FDFEC6;
}
.TagClassName
{
border-color: #FDFEC6;
}
</style>