Shades of Ivory #FCFEEE
Tints of Ivory #FCFEEE
RGB
CMYK
RGB Variations
Color information
#FCFEEE (or 0xFCFEEE) is known color: Ivory. HEX triplet: FC, FE and EE. RGB value is (252,254,238). Sum of RGB (Red+Green+Blue) = 252+254+238=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 254 (99.61% from 255 or 34.14% from 744); Blue value is 238 (93.36% from 255 or 31.99% from 744); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEEE is #030111. Grayscale: #FBFBFB. Windows color (decimal): -196882 or 15662844. OLE color: 15662844.
HSL color Cylindrical-coordinate representation of color #FCFEEE: hue angle of 67.5º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCFEEE is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 238 | - |
CMYK | 0.01 | 0 | 0.06 | 0.00 |
HSL | 67.5º | 0.89% | 0.96% | - |
HSV(B) | 67.5º | 0.06% | 1% | - |
XYZ | 91.02 | 97.75 | 94.96 | - |
YUV | 251.58 | 120.34 | 128.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 238 | 0.01 | 0 | 0.06 | 0.00 | 67.5 | 0.89 | 0.96 |
Hex | FC | FE | EE | 1 | 0 | 6 | 0 | 44 | 59 | 60 |
Octal | 374 | 376 | 356 | 1 | 0 | 6 | 0 | 104 | 131 | 140 |
Binary | 11111100 | 11111110 | 11101110 | 1 | 0 | 110 | 0 | 1000100 | 1011001 | 1100000 |
Color Harmonies of #FCFEEE
Complementary color
Monochromatic Colors of #FCFEEE
Black with #FCFEEE
Text Example
Text Example
White with #FCFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEEE; }
p { color: rgb(252,254,238); }
H1.HeaderClassName
{
color: #FCFEEE;
}
.AnyTagClassName
{
color: #FCFEEE;
}
</style>
background-color css
<style>
a { background-color: #FCFEEE; }
a { background-color: rgb(252,254,238); }
div.DivClassName
{
background-color: #FCFEEE;
}
.BgClassName
{
background-color: #FCFEEE;
}
</style>
border-color css
<style>
span { border-color: #FCFEEE; }
span { border-color: rgb(252,254,238); }
td.TdClassName
{
border-color: #FCFEEE;
}
.TagClassName
{
border-color: #FCFEEE;
}
</style>