Shades of Ivory #FDFCF3
Tints of Ivory #FDFCF3
RGB
CMYK
RGB Variations
Color information
#FDFCF3 (or 0xFDFCF3) is known color: Ivory. HEX triplet: FD, FC and F3. RGB value is (253,252,243). Sum of RGB (Red+Green+Blue) = 253+252+243=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 252 (98.83% from 255 or 33.69% from 748); Blue value is 243 (95.31% from 255 or 32.49% from 748); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCF3 is #02030C. Grayscale: #FBFBFB. Windows color (decimal): -131853 or 15990013. OLE color: 15990013.
HSL color Cylindrical-coordinate representation of color #FDFCF3: hue angle of 54º 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 #FDFCF3 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 243 | - |
CMYK | 0 | 0.00 | 0.04 | 0.01 |
HSL | 54º | 0.71% | 0.97% | - |
HSV(B) | 54º | 0.04% | 0.99% | - |
XYZ | 91.5 | 96.97 | 98.69 | - |
YUV | 251.27 | 123.33 | 129.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 243 | 0 | 0.00 | 0.04 | 0.01 | 54 | 0.71 | 0.97 |
Hex | FD | FC | F3 | 0 | 0 | 4 | 1 | 36 | 47 | 61 |
Octal | 375 | 374 | 363 | 0 | 0 | 4 | 1 | 66 | 107 | 141 |
Binary | 11111101 | 11111100 | 11110011 | 0 | 0 | 100 | 1 | 110110 | 1000111 | 1100001 |
Color Harmonies of #FDFCF3
Complementary color
Monochromatic Colors of #FDFCF3
Black with #FDFCF3
Text Example
Text Example
White with #FDFCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCF3; }
p { color: rgb(253,252,243); }
H1.HeaderClassName
{
color: #FDFCF3;
}
.AnyTagClassName
{
color: #FDFCF3;
}
</style>
background-color css
<style>
a { background-color: #FDFCF3; }
a { background-color: rgb(253,252,243); }
div.DivClassName
{
background-color: #FDFCF3;
}
.BgClassName
{
background-color: #FDFCF3;
}
</style>
border-color css
<style>
span { border-color: #FDFCF3; }
span { border-color: rgb(253,252,243); }
td.TdClassName
{
border-color: #FDFCF3;
}
.TagClassName
{
border-color: #FDFCF3;
}
</style>