Shades of Cream #FFFDCA
Tints of Cream #FFFDCA
RGB
CMYK
RGB Variations
Color information
#FFFDCA (or 0xFFFDCA) is known color: Cream. HEX triplet: FF, FD and CA. RGB value is (255,253,202). Sum of RGB (Red+Green+Blue) = 255+253+202=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 202 (79.30% from 255 or 28.45% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDCA is #000235. Grayscale: #F7F7F7. Windows color (decimal): -566 or 13303295. OLE color: 13303295.
HSL color Cylindrical-coordinate representation of color #FFFDCA: hue angle of 57.74º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFFDCA is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 202 | - |
| CMYK | 0 | 0.01 | 0.21 | 0 |
| HSL | 57.74º | 1% | 0.9% | - |
| HSV(B) | 57.74º | 0.21% | 1% | - |
| XYZ | 87.03 | 95.77 | 69.78 | - |
| YUV | 247.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 202 | 0 | 0.01 | 0.21 | 0 | 57.74 | 1 | 0.9 |
| Hex | FF | FD | CA | 0 | 1 | 15 | 0 | 3A | 64 | 5A |
| Octal | 377 | 375 | 312 | 0 | 1 | 25 | 0 | 72 | 144 | 132 |
| Binary | 11111111 | 11111101 | 11001010 | 0 | 1 | 10101 | 0 | 111010 | 1100100 | 1011010 |
Color Harmonies of #FFFDCA
Complementary color
Monochromatic Colors of #FFFDCA
Black with #FFFDCA
Text Example
Text Example
White with #FFFDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDCA; }
p { color: rgb(255,253,202); }
H1.HeaderClassName
{
color: #FFFDCA;
}
.AnyTagClassName
{
color: #FFFDCA;
}
</style>
background-color css
<style>
a { background-color: #FFFDCA; }
a { background-color: rgb(255,253,202); }
div.DivClassName
{
background-color: #FFFDCA;
}
.BgClassName
{
background-color: #FFFDCA;
}
</style>
border-color css
<style>
span { border-color: #FFFDCA; }
span { border-color: rgb(255,253,202); }
td.TdClassName
{
border-color: #FFFDCA;
}
.TagClassName
{
border-color: #FFFDCA;
}
</style>