Shades of Ivory #FCFBF5
Tints of Ivory #FCFBF5
RGB
CMYK
RGB Variations
Color information
#FCFBF5 (or 0xFCFBF5) is known color: Ivory. HEX triplet: FC, FB and F5. RGB value is (252,251,245). Sum of RGB (Red+Green+Blue) = 252+251+245=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 251 (98.44% from 255 or 33.56% from 748); Blue value is 245 (96.09% from 255 or 32.75% from 748); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBF5 is #03040A. Grayscale: #FAFAFA. Windows color (decimal): -197643 or 16120828. OLE color: 16120828.
HSL color Cylindrical-coordinate representation of color #FCFBF5: hue angle of 51.43º degrees, saturation: 0.54, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FCFBF5 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 251 | 245 | - |
CMYK | 0 | 0.00 | 0.03 | 0.01 |
HSL | 51.43º | 0.54% | 0.97% | - |
HSV(B) | 51.43º | 0.03% | 0.99% | - |
XYZ | 91.12 | 96.28 | 100.17 | - |
YUV | 250.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 251 | 245 | 0 | 0.00 | 0.03 | 0.01 | 51.43 | 0.54 | 0.97 |
Hex | FC | FB | F5 | 0 | 0 | 3 | 1 | 33 | 36 | 61 |
Octal | 374 | 373 | 365 | 0 | 0 | 3 | 1 | 63 | 66 | 141 |
Binary | 11111100 | 11111011 | 11110101 | 0 | 0 | 11 | 1 | 110011 | 110110 | 1100001 |
Color Harmonies of #FCFBF5
Complementary color
Monochromatic Colors of #FCFBF5
Black with #FCFBF5
Text Example
Text Example
White with #FCFBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBF5; }
p { color: rgb(252,251,245); }
H1.HeaderClassName
{
color: #FCFBF5;
}
.AnyTagClassName
{
color: #FCFBF5;
}
</style>
background-color css
<style>
a { background-color: #FCFBF5; }
a { background-color: rgb(252,251,245); }
div.DivClassName
{
background-color: #FCFBF5;
}
.BgClassName
{
background-color: #FCFBF5;
}
</style>
border-color css
<style>
span { border-color: #FCFBF5; }
span { border-color: rgb(252,251,245); }
td.TdClassName
{
border-color: #FCFBF5;
}
.TagClassName
{
border-color: #FCFBF5;
}
</style>