Shades of Cream #FFFFC5
Tints of Cream #FFFFC5
RGB
CMYK
RGB Variations
Color information
#FFFFC5 (or 0xFFFFC5) is known color: Cream. HEX triplet: FF, FF and C5. RGB value is (255,255,197). Sum of RGB (Red+Green+Blue) = 255+255+197=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 197 (77.34% from 255 or 27.86% from 707); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFC5 is #00003A. Grayscale: #F8F8F8. Windows color (decimal): -59 or 12976127. OLE color: 12976127.
HSL color Cylindrical-coordinate representation of color #FFFFC5: hue angle of 60º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFFFC5 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 197 | - |
| CMYK | 0 | 0 | 0.23 | 0 |
| HSL | 60º | 1% | 0.89% | - |
| HSV(B) | 60º | 0.23% | 1% | - |
| XYZ | 87.08 | 96.81 | 66.92 | - |
| YUV | 248.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 197 | 0 | 0 | 0.23 | 0 | 60 | 1 | 0.89 |
| Hex | FF | FF | C5 | 0 | 0 | 17 | 0 | 3C | 64 | 59 |
| Octal | 377 | 377 | 305 | 0 | 0 | 27 | 0 | 74 | 144 | 131 |
| Binary | 11111111 | 11111111 | 11000101 | 0 | 0 | 10111 | 0 | 111100 | 1100100 | 1011001 |
Color Harmonies of #FFFFC5
Complementary color
Monochromatic Colors of #FFFFC5
Black with #FFFFC5
Text Example
Text Example
White with #FFFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFC5; }
p { color: rgb(255,255,197); }
H1.HeaderClassName
{
color: #FFFFC5;
}
.AnyTagClassName
{
color: #FFFFC5;
}
</style>
background-color css
<style>
a { background-color: #FFFFC5; }
a { background-color: rgb(255,255,197); }
div.DivClassName
{
background-color: #FFFFC5;
}
.BgClassName
{
background-color: #FFFFC5;
}
</style>
border-color css
<style>
span { border-color: #FFFFC5; }
span { border-color: rgb(255,255,197); }
td.TdClassName
{
border-color: #FFFFC5;
}
.TagClassName
{
border-color: #FFFFC5;
}
</style>