Shades of Cream #FFFFC2
Tints of Cream #FFFFC2
RGB
CMYK
RGB Variations
Color information
#FFFFC2 (or 0xFFFFC2) is known color: Cream. HEX triplet: FF, FF and C2. RGB value is (255,255,194). Sum of RGB (Red+Green+Blue) = 255+255+194=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 194 (76.17% from 255 or 27.56% from 704); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFC2 is #00003D. Grayscale: #F8F8F8. Windows color (decimal): -62 or 12779519. OLE color: 12779519.
HSL color Cylindrical-coordinate representation of color #FFFFC2: hue angle of 60º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFFFC2 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 194 | - |
| CMYK | 0 | 0 | 0.24 | 0 |
| HSL | 60º | 1% | 0.88% | - |
| HSV(B) | 60º | 0.24% | 1% | - |
| XYZ | 86.74 | 96.68 | 65.13 | - |
| YUV | 248.05 | 97.5 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 194 | 0 | 0 | 0.24 | 0 | 60 | 1 | 0.88 |
| Hex | FF | FF | C2 | 0 | 0 | 18 | 0 | 3C | 64 | 58 |
| Octal | 377 | 377 | 302 | 0 | 0 | 30 | 0 | 74 | 144 | 130 |
| Binary | 11111111 | 11111111 | 11000010 | 0 | 0 | 11000 | 0 | 111100 | 1100100 | 1011000 |
Color Harmonies of #FFFFC2
Complementary color
Monochromatic Colors of #FFFFC2
Black with #FFFFC2
Text Example
Text Example
White with #FFFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFC2; }
p { color: rgb(255,255,194); }
H1.HeaderClassName
{
color: #FFFFC2;
}
.AnyTagClassName
{
color: #FFFFC2;
}
</style>
background-color css
<style>
a { background-color: #FFFFC2; }
a { background-color: rgb(255,255,194); }
div.DivClassName
{
background-color: #FFFFC2;
}
.BgClassName
{
background-color: #FFFFC2;
}
</style>
border-color css
<style>
span { border-color: #FFFFC2; }
span { border-color: rgb(255,255,194); }
td.TdClassName
{
border-color: #FFFFC2;
}
.TagClassName
{
border-color: #FFFFC2;
}
</style>