Shades of Cream #FFFFCC
Tints of Cream #FFFFCC
RGB
CMYK
RGB Variations
Color information
#FFFFCC (or 0xFFFFCC) is known color: Cream. HEX triplet: FF, FF and CC. RGB value is (255,255,204). Sum of RGB (Red+Green+Blue) = 255+255+204=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 204 (80.08% from 255 or 28.57% from 714); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFCC is a web safe color. Inversed color of #FFFFCC is #000033. Grayscale: #F9F9F9. Windows color (decimal): -52 or 13434879. OLE color: 13434879.
HSL color Cylindrical-coordinate representation of color #FFFFCC: hue angle of 60º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFFFCC is Cyan = 0, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 204 | - |
CMYK | 0 | 0 | 0.2 | 0 |
HSL | 60º | 1% | 0.9% | - |
HSV(B) | 60º | 0.2% | 1% | - |
XYZ | 87.9 | 97.14 | 71.24 | - |
YUV | 249.19 | 102.5 | 132.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 204 | 0 | 0 | 0.2 | 0 | 60 | 1 | 0.9 |
Hex | FF | FF | CC | 0 | 0 | 14 | 0 | 3C | 64 | 5A |
Octal | 377 | 377 | 314 | 0 | 0 | 24 | 0 | 74 | 144 | 132 |
Binary | 11111111 | 11111111 | 11001100 | 0 | 0 | 10100 | 0 | 111100 | 1100100 | 1011010 |
Color Harmonies of #FFFFCC
Complementary color
Monochromatic Colors of #FFFFCC
Black with #FFFFCC
Text Example
Text Example
White with #FFFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFCC; }
p { color: rgb(255,255,204); }
H1.HeaderClassName
{
color: #FFFFCC;
}
.AnyTagClassName
{
color: #FFFFCC;
}
</style>
background-color css
<style>
a { background-color: #FFFFCC; }
a { background-color: rgb(255,255,204); }
div.DivClassName
{
background-color: #FFFFCC;
}
.BgClassName
{
background-color: #FFFFCC;
}
</style>
border-color css
<style>
span { border-color: #FFFFCC; }
span { border-color: rgb(255,255,204); }
td.TdClassName
{
border-color: #FFFFCC;
}
.TagClassName
{
border-color: #FFFFCC;
}
</style>