Shades of Ivory #FFFFFC
Tints of Ivory #FFFFFC
RGB
CMYK
RGB Variations
Color information
#FFFFFC (or 0xFFFFFC) is known color: Ivory. HEX triplet: FF, FF and FC. RGB value is (255,255,252). Sum of RGB (Red+Green+Blue) = 255+255+252=762 (100% of max value = 765). Red value is 255 (100% from 255 or 33.46% from 762); Green value is 255 (100% from 255 or 33.46% from 762); Blue value is 252 (98.83% from 255 or 33.07% from 762); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFFC is #000003. Grayscale: #FEFEFE. Windows color (decimal): -4 or 16580607. OLE color: 16580607.
HSL color Cylindrical-coordinate representation of color #FFFFFC: hue angle of 60º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FFFFFC is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 252 | - |
CMYK | 0 | 0 | 0.01 | 0 |
HSL | 60º | 1% | 0.99% | - |
HSV(B) | 60º | 0.01% | 1% | - |
XYZ | 94.57 | 99.81 | 106.38 | - |
YUV | 254.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 252 | 0 | 0 | 0.01 | 0 | 60 | 1 | 0.99 |
Hex | FF | FF | FC | 0 | 0 | 1 | 0 | 3C | 64 | 63 |
Octal | 377 | 377 | 374 | 0 | 0 | 1 | 0 | 74 | 144 | 143 |
Binary | 11111111 | 11111111 | 11111100 | 0 | 0 | 1 | 0 | 111100 | 1100100 | 1100011 |
Color Harmonies of #FFFFFC
Complementary color
Monochromatic Colors of #FFFFFC
Black with #FFFFFC
Text Example
Text Example
White with #FFFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFFC; }
p { color: rgb(255,255,252); }
H1.HeaderClassName
{
color: #FFFFFC;
}
.AnyTagClassName
{
color: #FFFFFC;
}
</style>
background-color css
<style>
a { background-color: #FFFFFC; }
a { background-color: rgb(255,255,252); }
div.DivClassName
{
background-color: #FFFFFC;
}
.BgClassName
{
background-color: #FFFFFC;
}
</style>
border-color css
<style>
span { border-color: #FFFFFC; }
span { border-color: rgb(255,255,252); }
td.TdClassName
{
border-color: #FFFFFC;
}
.TagClassName
{
border-color: #FFFFFC;
}
</style>