Shades of Ivory #FCFEF0
Tints of Ivory #FCFEF0
RGB
CMYK
RGB Variations
Color information
#FCFEF0 (or 0xFCFEF0) is known color: Ivory. HEX triplet: FC, FE and F0. RGB value is (252,254,240). Sum of RGB (Red+Green+Blue) = 252+254+240=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 254 (99.61% from 255 or 34.05% from 746); Blue value is 240 (94.14% from 255 or 32.17% from 746); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEF0 is #03010F. Grayscale: #FBFBFB. Windows color (decimal): -196880 or 15793916. OLE color: 15793916.
HSL color Cylindrical-coordinate representation of color #FCFEF0: hue angle of 68.57º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCFEF0 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 240 | - |
CMYK | 0.01 | 0 | 0.06 | 0.00 |
HSL | 68.57º | 0.88% | 0.97% | - |
HSV(B) | 68.57º | 0.06% | 1% | - |
XYZ | 91.31 | 97.87 | 96.52 | - |
YUV | 251.81 | 121.34 | 128.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 240 | 0.01 | 0 | 0.06 | 0.00 | 68.57 | 0.88 | 0.97 |
Hex | FC | FE | F0 | 1 | 0 | 6 | 0 | 45 | 58 | 61 |
Octal | 374 | 376 | 360 | 1 | 0 | 6 | 0 | 105 | 130 | 141 |
Binary | 11111100 | 11111110 | 11110000 | 1 | 0 | 110 | 0 | 1000101 | 1011000 | 1100001 |
Color Harmonies of #FCFEF0
Complementary color
Monochromatic Colors of #FCFEF0
Black with #FCFEF0
Text Example
Text Example
White with #FCFEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEF0; }
p { color: rgb(252,254,240); }
H1.HeaderClassName
{
color: #FCFEF0;
}
.AnyTagClassName
{
color: #FCFEF0;
}
</style>
background-color css
<style>
a { background-color: #FCFEF0; }
a { background-color: rgb(252,254,240); }
div.DivClassName
{
background-color: #FCFEF0;
}
.BgClassName
{
background-color: #FCFEF0;
}
</style>
border-color css
<style>
span { border-color: #FCFEF0; }
span { border-color: rgb(252,254,240); }
td.TdClassName
{
border-color: #FCFEF0;
}
.TagClassName
{
border-color: #FCFEF0;
}
</style>