Shades of Ivory #FCFDEF
Tints of Ivory #FCFDEF
RGB
CMYK
RGB Variations
Color information
#FCFDEF (or 0xFCFDEF) is known color: Ivory. HEX triplet: FC, FD and EF. RGB value is (252,253,239). Sum of RGB (Red+Green+Blue) = 252+253+239=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 239 (93.75% from 255 or 32.12% from 744); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDEF is #030210. Grayscale: #FBFBFB. Windows color (decimal): -197137 or 15728124. OLE color: 15728124.
HSL color Cylindrical-coordinate representation of color #FCFDEF: hue angle of 64.29º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCFDEF is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 239 | - |
CMYK | 0.00 | 0 | 0.06 | 0.01 |
HSL | 64.29º | 0.78% | 0.96% | - |
HSV(B) | 64.29º | 0.06% | 0.99% | - |
XYZ | 90.85 | 97.18 | 95.63 | - |
YUV | 251.11 | 121.17 | 128.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 239 | 0.00 | 0 | 0.06 | 0.01 | 64.29 | 0.78 | 0.96 |
Hex | FC | FD | EF | 0 | 0 | 6 | 1 | 40 | 4E | 60 |
Octal | 374 | 375 | 357 | 0 | 0 | 6 | 1 | 100 | 116 | 140 |
Binary | 11111100 | 11111101 | 11101111 | 0 | 0 | 110 | 1 | 1000000 | 1001110 | 1100000 |
Color Harmonies of #FCFDEF
Complementary color
Monochromatic Colors of #FCFDEF
Black with #FCFDEF
Text Example
Text Example
White with #FCFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDEF; }
p { color: rgb(252,253,239); }
H1.HeaderClassName
{
color: #FCFDEF;
}
.AnyTagClassName
{
color: #FCFDEF;
}
</style>
background-color css
<style>
a { background-color: #FCFDEF; }
a { background-color: rgb(252,253,239); }
div.DivClassName
{
background-color: #FCFDEF;
}
.BgClassName
{
background-color: #FCFDEF;
}
</style>
border-color css
<style>
span { border-color: #FCFDEF; }
span { border-color: rgb(252,253,239); }
td.TdClassName
{
border-color: #FCFDEF;
}
.TagClassName
{
border-color: #FCFDEF;
}
</style>