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