Shades of Cream #FFFECF
Tints of Cream #FFFECF
RGB
CMYK
RGB Variations
Color information
#FFFECF (or 0xFFFECF) is known color: Cream. HEX triplet: FF, FE and CF. RGB value is (255,254,207). Sum of RGB (Red+Green+Blue) = 255+254+207=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 207 (81.25% from 255 or 28.91% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFECF is #000130. Grayscale: #F9F9F9. Windows color (decimal): -305 or 13631231. OLE color: 13631231.
HSL color Cylindrical-coordinate representation of color #FFFECF: hue angle of 58.75º 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 #FFFECF is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 207 | - |
| CMYK | 0 | 0.00 | 0.19 | 0 |
| HSL | 58.75º | 1% | 0.91% | - |
| HSV(B) | 58.75º | 0.19% | 1% | - |
| XYZ | 87.94 | 96.65 | 73.05 | - |
| YUV | 248.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 207 | 0 | 0.00 | 0.19 | 0 | 58.75 | 1 | 0.91 |
| Hex | FF | FE | CF | 0 | 0 | 13 | 0 | 3B | 64 | 5B |
| Octal | 377 | 376 | 317 | 0 | 0 | 23 | 0 | 73 | 144 | 133 |
| Binary | 11111111 | 11111110 | 11001111 | 0 | 0 | 10011 | 0 | 111011 | 1100100 | 1011011 |
Color Harmonies of #FFFECF
Complementary color
Monochromatic Colors of #FFFECF
Black with #FFFECF
Text Example
Text Example
White with #FFFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFECF; }
p { color: rgb(255,254,207); }
H1.HeaderClassName
{
color: #FFFECF;
}
.AnyTagClassName
{
color: #FFFECF;
}
</style>
background-color css
<style>
a { background-color: #FFFECF; }
a { background-color: rgb(255,254,207); }
div.DivClassName
{
background-color: #FFFECF;
}
.BgClassName
{
background-color: #FFFECF;
}
</style>
border-color css
<style>
span { border-color: #FFFECF; }
span { border-color: rgb(255,254,207); }
td.TdClassName
{
border-color: #FFFECF;
}
.TagClassName
{
border-color: #FFFECF;
}
</style>