Shades of Cream #FEFFCA
Tints of Cream #FEFFCA
RGB
CMYK
RGB Variations
Color information
#FEFFCA (or 0xFEFFCA) is known color: Cream. HEX triplet: FE, FF and CA. RGB value is (254,255,202). Sum of RGB (Red+Green+Blue) = 254+255+202=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 202 (79.30% from 255 or 28.41% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFCA is #010035. Grayscale: #F8F8F8. Windows color (decimal): -65590 or 13303806. OLE color: 13303806.
HSL color Cylindrical-coordinate representation of color #FEFFCA: hue angle of 61.13º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEFFCA is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 254 | 255 | 202 | - |
CMYK | 0.00 | 0 | 0.21 | 0 |
HSL | 61.13º | 1% | 0.9% | - |
HSV(B) | 61.13º | 0.21% | 1% | - |
XYZ | 87.29 | 96.86 | 69.97 | - |
YUV | 248.66 | 101.67 | 131.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 255 | 202 | 0.00 | 0 | 0.21 | 0 | 61.13 | 1 | 0.9 |
Hex | FE | FF | CA | 0 | 0 | 15 | 0 | 3D | 64 | 5A |
Octal | 376 | 377 | 312 | 0 | 0 | 25 | 0 | 75 | 144 | 132 |
Binary | 11111110 | 11111111 | 11001010 | 0 | 0 | 10101 | 0 | 111101 | 1100100 | 1011010 |
Color Harmonies of #FEFFCA
Complementary color
Monochromatic Colors of #FEFFCA
Black with #FEFFCA
Text Example
Text Example
White with #FEFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFCA; }
p { color: rgb(254,255,202); }
H1.HeaderClassName
{
color: #FEFFCA;
}
.AnyTagClassName
{
color: #FEFFCA;
}
</style>
background-color css
<style>
a { background-color: #FEFFCA; }
a { background-color: rgb(254,255,202); }
div.DivClassName
{
background-color: #FEFFCA;
}
.BgClassName
{
background-color: #FEFFCA;
}
</style>
border-color css
<style>
span { border-color: #FEFFCA; }
span { border-color: rgb(254,255,202); }
td.TdClassName
{
border-color: #FEFFCA;
}
.TagClassName
{
border-color: #FEFFCA;
}
</style>