Shades of Ivory #FCFDEA
Tints of Ivory #FCFDEA
RGB
CMYK
RGB Variations
Color information
#FCFDEA (or 0xFCFDEA) is known color: Ivory. HEX triplet: FC, FD and EA. RGB value is (252,253,234). Sum of RGB (Red+Green+Blue) = 252+253+234=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 234 (91.80% from 255 or 31.66% from 739); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDEA is #030215. Grayscale: #FAFAFA. Windows color (decimal): -197142 or 15400444. OLE color: 15400444.
HSL color Cylindrical-coordinate representation of color #FCFDEA: hue angle of 63.16º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCFDEA is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 234 | - |
CMYK | 0.00 | 0 | 0.08 | 0.01 |
HSL | 63.16º | 0.83% | 0.95% | - |
HSV(B) | 63.16º | 0.08% | 0.99% | - |
XYZ | 90.12 | 96.89 | 91.79 | - |
YUV | 250.54 | 118.67 | 129.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 234 | 0.00 | 0 | 0.08 | 0.01 | 63.16 | 0.83 | 0.95 |
Hex | FC | FD | EA | 0 | 0 | 8 | 1 | 3F | 53 | 5F |
Octal | 374 | 375 | 352 | 0 | 0 | 10 | 1 | 77 | 123 | 137 |
Binary | 11111100 | 11111101 | 11101010 | 0 | 0 | 1000 | 1 | 111111 | 1010011 | 1011111 |
Color Harmonies of #FCFDEA
Complementary color
Monochromatic Colors of #FCFDEA
Black with #FCFDEA
Text Example
Text Example
White with #FCFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDEA; }
p { color: rgb(252,253,234); }
H1.HeaderClassName
{
color: #FCFDEA;
}
.AnyTagClassName
{
color: #FCFDEA;
}
</style>
background-color css
<style>
a { background-color: #FCFDEA; }
a { background-color: rgb(252,253,234); }
div.DivClassName
{
background-color: #FCFDEA;
}
.BgClassName
{
background-color: #FCFDEA;
}
</style>
border-color css
<style>
span { border-color: #FCFDEA; }
span { border-color: rgb(252,253,234); }
td.TdClassName
{
border-color: #FCFDEA;
}
.TagClassName
{
border-color: #FCFDEA;
}
</style>