Shades of Ivory #FCFDEE
Tints of Ivory #FCFDEE
RGB
CMYK
RGB Variations
Color information
#FCFDEE (or 0xFCFDEE) is known color: Ivory. HEX triplet: FC, FD and EE. RGB value is (252,253,238). Sum of RGB (Red+Green+Blue) = 252+253+238=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 238 (93.36% from 255 or 32.03% from 743); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDEE is #030211. Grayscale: #FBFBFB. Windows color (decimal): -197138 or 15662588. OLE color: 15662588.
HSL color Cylindrical-coordinate representation of color #FCFDEE: hue angle of 64º degrees, saturation: 0.79, 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 #FCFDEE is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 238 | - |
CMYK | 0.00 | 0 | 0.06 | 0.01 |
HSL | 64º | 0.79% | 0.96% | - |
HSV(B) | 64º | 0.06% | 0.99% | - |
XYZ | 90.7 | 97.12 | 94.85 | - |
YUV | 250.99 | 120.67 | 128.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 238 | 0.00 | 0 | 0.06 | 0.01 | 64 | 0.79 | 0.96 |
Hex | FC | FD | EE | 0 | 0 | 6 | 1 | 40 | 4F | 60 |
Octal | 374 | 375 | 356 | 0 | 0 | 6 | 1 | 100 | 117 | 140 |
Binary | 11111100 | 11111101 | 11101110 | 0 | 0 | 110 | 1 | 1000000 | 1001111 | 1100000 |
Color Harmonies of #FCFDEE
Complementary color
Monochromatic Colors of #FCFDEE
Black with #FCFDEE
Text Example
Text Example
White with #FCFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDEE; }
p { color: rgb(252,253,238); }
H1.HeaderClassName
{
color: #FCFDEE;
}
.AnyTagClassName
{
color: #FCFDEE;
}
</style>
background-color css
<style>
a { background-color: #FCFDEE; }
a { background-color: rgb(252,253,238); }
div.DivClassName
{
background-color: #FCFDEE;
}
.BgClassName
{
background-color: #FCFDEE;
}
</style>
border-color css
<style>
span { border-color: #FCFDEE; }
span { border-color: rgb(252,253,238); }
td.TdClassName
{
border-color: #FCFDEE;
}
.TagClassName
{
border-color: #FCFDEE;
}
</style>