Shades of Off Yellow #FCF6E1
Tints of Off Yellow #FCF6E1
RGB
CMYK
RGB Variations
Color information
#FCF6E1 (or 0xFCF6E1) is known color: Off Yellow. HEX triplet: FC, F6 and E1. RGB value is (252,246,225). Sum of RGB (Red+Green+Blue) = 252+246+225=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 246 (96.48% from 255 or 34.02% from 723); Blue value is 225 (88.28% from 255 or 31.12% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6E1 is #03091E. Grayscale: #F5F5F5. Windows color (decimal): -198943 or 14808828. OLE color: 14808828.
HSL color Cylindrical-coordinate representation of color #FCF6E1: hue angle of 46.67º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCF6E1 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 225 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.01 |
| HSL | 46.67º | 0.82% | 0.94% | - |
| HSV(B) | 46.67º | 0.11% | 0.99% | - |
| XYZ | 86.69 | 92.04 | 84.43 | - |
| YUV | 245.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 225 | 0 | 0.02 | 0.11 | 0.01 | 46.67 | 0.82 | 0.94 |
| Hex | FC | F6 | E1 | 0 | 2 | B | 1 | 2F | 52 | 5E |
| Octal | 374 | 366 | 341 | 0 | 2 | 13 | 1 | 57 | 122 | 136 |
| Binary | 11111100 | 11110110 | 11100001 | 0 | 10 | 1011 | 1 | 101111 | 1010010 | 1011110 |
Color Harmonies of #FCF6E1
Complementary color
Monochromatic Colors of #FCF6E1
Black with #FCF6E1
Text Example
Text Example
White with #FCF6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6E1; }
p { color: rgb(252,246,225); }
H1.HeaderClassName
{
color: #FCF6E1;
}
.AnyTagClassName
{
color: #FCF6E1;
}
</style>
background-color css
<style>
a { background-color: #FCF6E1; }
a { background-color: rgb(252,246,225); }
div.DivClassName
{
background-color: #FCF6E1;
}
.BgClassName
{
background-color: #FCF6E1;
}
</style>
border-color css
<style>
span { border-color: #FCF6E1; }
span { border-color: rgb(252,246,225); }
td.TdClassName
{
border-color: #FCF6E1;
}
.TagClassName
{
border-color: #FCF6E1;
}
</style>