Shades of Off Yellow #FCF4DB
Tints of Off Yellow #FCF4DB
RGB
CMYK
RGB Variations
Color information
#FCF4DB (or 0xFCF4DB) is known color: Off Yellow. HEX triplet: FC, F4 and DB. RGB value is (252,244,219). Sum of RGB (Red+Green+Blue) = 252+244+219=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 244 (95.70% from 255 or 34.13% from 715); Blue value is 219 (85.94% from 255 or 30.63% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4DB is #030B24. Grayscale: #F3F3F3. Windows color (decimal): -199461 or 14415100. OLE color: 14415100.
HSL color Cylindrical-coordinate representation of color #FCF4DB: hue angle of 45.45º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCF4DB is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 219 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.01 |
| HSL | 45.45º | 0.85% | 0.92% | - |
| HSV(B) | 45.45º | 0.13% | 0.99% | - |
| XYZ | 85.28 | 90.51 | 79.99 | - |
| YUV | 243.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 219 | 0 | 0.03 | 0.13 | 0.01 | 45.45 | 0.85 | 0.92 |
| Hex | FC | F4 | DB | 0 | 3 | D | 1 | 2D | 55 | 5C |
| Octal | 374 | 364 | 333 | 0 | 3 | 15 | 1 | 55 | 125 | 134 |
| Binary | 11111100 | 11110100 | 11011011 | 0 | 11 | 1101 | 1 | 101101 | 1010101 | 1011100 |
Color Harmonies of #FCF4DB
Complementary color
Monochromatic Colors of #FCF4DB
Black with #FCF4DB
Text Example
Text Example
White with #FCF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF4DB; }
p { color: rgb(252,244,219); }
H1.HeaderClassName
{
color: #FCF4DB;
}
.AnyTagClassName
{
color: #FCF4DB;
}
</style>
background-color css
<style>
a { background-color: #FCF4DB; }
a { background-color: rgb(252,244,219); }
div.DivClassName
{
background-color: #FCF4DB;
}
.BgClassName
{
background-color: #FCF4DB;
}
</style>
border-color css
<style>
span { border-color: #FCF4DB; }
span { border-color: rgb(252,244,219); }
td.TdClassName
{
border-color: #FCF4DB;
}
.TagClassName
{
border-color: #FCF4DB;
}
</style>