Shades of Ivory #FEFFF3
Tints of Ivory #FEFFF3
RGB
CMYK
RGB Variations
Color information
#FEFFF3 (or 0xFEFFF3) is known color: Ivory. HEX triplet: FE, FF and F3. RGB value is (254,255,243). Sum of RGB (Red+Green+Blue) = 254+255+243=752 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.78% from 752); Green value is 255 (100% from 255 or 33.91% from 752); Blue value is 243 (95.31% from 255 or 32.31% from 752); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF3 is #01000C. Grayscale: #FDFDFD. Windows color (decimal): -65549 or 15990782. OLE color: 15990782.
HSL color Cylindrical-coordinate representation of color #FEFFF3: hue angle of 65º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FEFFF3 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 243 | - |
| CMYK | 0.00 | 0 | 0.05 | 0 |
| HSL | 65º | 1% | 0.98% | - |
| HSV(B) | 65º | 0.05% | 1% | - |
| XYZ | 92.81 | 99.06 | 99.02 | - |
| YUV | 253.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 243 | 0.00 | 0 | 0.05 | 0 | 65 | 1 | 0.98 |
| Hex | FE | FF | F3 | 0 | 0 | 5 | 0 | 41 | 64 | 62 |
| Octal | 376 | 377 | 363 | 0 | 0 | 5 | 0 | 101 | 144 | 142 |
| Binary | 11111110 | 11111111 | 11110011 | 0 | 0 | 101 | 0 | 1000001 | 1100100 | 1100010 |
Color Harmonies of #FEFFF3
Complementary color
Monochromatic Colors of #FEFFF3
Black with #FEFFF3
Text Example
Text Example
White with #FEFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFF3; }
p { color: rgb(254,255,243); }
H1.HeaderClassName
{
color: #FEFFF3;
}
.AnyTagClassName
{
color: #FEFFF3;
}
</style>
background-color css
<style>
a { background-color: #FEFFF3; }
a { background-color: rgb(254,255,243); }
div.DivClassName
{
background-color: #FEFFF3;
}
.BgClassName
{
background-color: #FEFFF3;
}
</style>
border-color css
<style>
span { border-color: #FEFFF3; }
span { border-color: rgb(254,255,243); }
td.TdClassName
{
border-color: #FEFFF3;
}
.TagClassName
{
border-color: #FEFFF3;
}
</style>