Shades of Cream #FFFDCF
Tints of Cream #FFFDCF
RGB
CMYK
RGB Variations
Color information
#FFFDCF (or 0xFFFDCF) is known color: Cream. HEX triplet: FF, FD and CF. RGB value is (255,253,207). Sum of RGB (Red+Green+Blue) = 255+253+207=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 207 (81.25% from 255 or 28.95% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDCF is #000230. Grayscale: #F8F8F8. Windows color (decimal): -561 or 13630975. OLE color: 13630975.
HSL color Cylindrical-coordinate representation of color #FFFDCF: hue angle of 57.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFFDCF is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 207 | - |
| CMYK | 0 | 0.01 | 0.19 | 0 |
| HSL | 57.5º | 1% | 0.91% | - |
| HSV(B) | 57.5º | 0.19% | 1% | - |
| XYZ | 87.63 | 96.02 | 72.95 | - |
| YUV | 248.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 207 | 0 | 0.01 | 0.19 | 0 | 57.5 | 1 | 0.91 |
| Hex | FF | FD | CF | 0 | 1 | 13 | 0 | 3A | 64 | 5B |
| Octal | 377 | 375 | 317 | 0 | 1 | 23 | 0 | 72 | 144 | 133 |
| Binary | 11111111 | 11111101 | 11001111 | 0 | 1 | 10011 | 0 | 111010 | 1100100 | 1011011 |
Color Harmonies of #FFFDCF
Complementary color
Monochromatic Colors of #FFFDCF
Black with #FFFDCF
Text Example
Text Example
White with #FFFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDCF; }
p { color: rgb(255,253,207); }
H1.HeaderClassName
{
color: #FFFDCF;
}
.AnyTagClassName
{
color: #FFFDCF;
}
</style>
background-color css
<style>
a { background-color: #FFFDCF; }
a { background-color: rgb(255,253,207); }
div.DivClassName
{
background-color: #FFFDCF;
}
.BgClassName
{
background-color: #FFFDCF;
}
</style>
border-color css
<style>
span { border-color: #FFFDCF; }
span { border-color: rgb(255,253,207); }
td.TdClassName
{
border-color: #FFFDCF;
}
.TagClassName
{
border-color: #FFFDCF;
}
</style>