Shades of Ivory #FCFDF3
Tints of Ivory #FCFDF3
RGB
CMYK
RGB Variations
Color information
#FCFDF3 (or 0xFCFDF3) is known color: Ivory. HEX triplet: FC, FD and F3. RGB value is (252,253,243). Sum of RGB (Red+Green+Blue) = 252+253+243=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 253 (99.22% from 255 or 33.82% from 748); Blue value is 243 (95.31% from 255 or 32.49% from 748); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDF3 is #03020C. Grayscale: #FBFBFB. Windows color (decimal): -197133 or 15990268. OLE color: 15990268.
HSL color Cylindrical-coordinate representation of color #FCFDF3: hue angle of 66º degrees, saturation: 0.71, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FCFDF3 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 243 | - |
CMYK | 0.00 | 0 | 0.04 | 0.01 |
HSL | 66º | 0.71% | 0.97% | - |
HSV(B) | 66º | 0.04% | 0.99% | - |
XYZ | 91.45 | 97.42 | 98.78 | - |
YUV | 251.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 243 | 0.00 | 0 | 0.04 | 0.01 | 66 | 0.71 | 0.97 |
Hex | FC | FD | F3 | 0 | 0 | 4 | 1 | 42 | 47 | 61 |
Octal | 374 | 375 | 363 | 0 | 0 | 4 | 1 | 102 | 107 | 141 |
Binary | 11111100 | 11111101 | 11110011 | 0 | 0 | 100 | 1 | 1000010 | 1000111 | 1100001 |
Color Harmonies of #FCFDF3
Complementary color
Monochromatic Colors of #FCFDF3
Black with #FCFDF3
Text Example
Text Example
White with #FCFDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDF3; }
p { color: rgb(252,253,243); }
H1.HeaderClassName
{
color: #FCFDF3;
}
.AnyTagClassName
{
color: #FCFDF3;
}
</style>
background-color css
<style>
a { background-color: #FCFDF3; }
a { background-color: rgb(252,253,243); }
div.DivClassName
{
background-color: #FCFDF3;
}
.BgClassName
{
background-color: #FCFDF3;
}
</style>
border-color css
<style>
span { border-color: #FCFDF3; }
span { border-color: rgb(252,253,243); }
td.TdClassName
{
border-color: #FCFDF3;
}
.TagClassName
{
border-color: #FCFDF3;
}
</style>