Shades of Ivory #FFFEF0
Tints of Ivory #FFFEF0
RGB
CMYK
RGB Variations
Color information
#FFFEF0 (or 0xFFFEF0) is known color: Ivory. HEX triplet: FF, FE and F0. RGB value is (255,254,240). Sum of RGB (Red+Green+Blue) = 255+254+240=749 (99% of max value = 765). Red value is 255 (100% from 255 or 34.05% from 749); Green value is 254 (99.61% from 255 or 33.91% from 749); Blue value is 240 (94.14% from 255 or 32.04% from 749); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEF0 is #00010F. Grayscale: #FCFCFC. Windows color (decimal): -272 or 15793919. OLE color: 15793919.
HSL color Cylindrical-coordinate representation of color #FFFEF0: hue angle of 56º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFFEF0 is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 254 | 240 | - |
CMYK | 0 | 0.00 | 0.06 | 0 |
HSL | 56º | 1% | 0.97% | - |
HSV(B) | 56º | 0.06% | 1% | - |
XYZ | 92.41 | 98.43 | 96.57 | - |
YUV | 252.7 | 120.83 | 129.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 254 | 240 | 0 | 0.00 | 0.06 | 0 | 56 | 1 | 0.97 |
Hex | FF | FE | F0 | 0 | 0 | 6 | 0 | 38 | 64 | 61 |
Octal | 377 | 376 | 360 | 0 | 0 | 6 | 0 | 70 | 144 | 141 |
Binary | 11111111 | 11111110 | 11110000 | 0 | 0 | 110 | 0 | 111000 | 1100100 | 1100001 |
Color Harmonies of #FFFEF0
Complementary color
Monochromatic Colors of #FFFEF0
Black with #FFFEF0
Text Example
Text Example
White with #FFFEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEF0; }
p { color: rgb(255,254,240); }
H1.HeaderClassName
{
color: #FFFEF0;
}
.AnyTagClassName
{
color: #FFFEF0;
}
</style>
background-color css
<style>
a { background-color: #FFFEF0; }
a { background-color: rgb(255,254,240); }
div.DivClassName
{
background-color: #FFFEF0;
}
.BgClassName
{
background-color: #FFFEF0;
}
</style>
border-color css
<style>
span { border-color: #FFFEF0; }
span { border-color: rgb(255,254,240); }
td.TdClassName
{
border-color: #FFFEF0;
}
.TagClassName
{
border-color: #FFFEF0;
}
</style>