Shades of Light Yellow #FCFBE1
Tints of Light Yellow #FCFBE1
RGB
CMYK
RGB Variations
Color information
#FCFBE1 (or 0xFCFBE1) is known color: Light Yellow. HEX triplet: FC, FB and E1. RGB value is (252,251,225). Sum of RGB (Red+Green+Blue) = 252+251+225=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 251 (98.44% from 255 or 34.48% from 728); Blue value is 225 (88.28% from 255 or 30.91% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBE1 is #03041E. Grayscale: #F8F8F8. Windows color (decimal): -197663 or 14810108. OLE color: 14810108.
HSL color Cylindrical-coordinate representation of color #FCFBE1: hue angle of 57.78º 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 #FCFBE1 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 225 | - |
| CMYK | 0 | 0.00 | 0.11 | 0.01 |
| HSL | 57.78º | 0.82% | 0.94% | - |
| HSV(B) | 57.78º | 0.11% | 0.99% | - |
| XYZ | 88.23 | 95.13 | 84.94 | - |
| YUV | 248.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 225 | 0 | 0.00 | 0.11 | 0.01 | 57.78 | 0.82 | 0.94 |
| Hex | FC | FB | E1 | 0 | 0 | B | 1 | 3A | 52 | 5E |
| Octal | 374 | 373 | 341 | 0 | 0 | 13 | 1 | 72 | 122 | 136 |
| Binary | 11111100 | 11111011 | 11100001 | 0 | 0 | 1011 | 1 | 111010 | 1010010 | 1011110 |
Color Harmonies of #FCFBE1
Complementary color
Monochromatic Colors of #FCFBE1
Black with #FCFBE1
Text Example
Text Example
White with #FCFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBE1; }
p { color: rgb(252,251,225); }
H1.HeaderClassName
{
color: #FCFBE1;
}
.AnyTagClassName
{
color: #FCFBE1;
}
</style>
background-color css
<style>
a { background-color: #FCFBE1; }
a { background-color: rgb(252,251,225); }
div.DivClassName
{
background-color: #FCFBE1;
}
.BgClassName
{
background-color: #FCFBE1;
}
</style>
border-color css
<style>
span { border-color: #FCFBE1; }
span { border-color: rgb(252,251,225); }
td.TdClassName
{
border-color: #FCFBE1;
}
.TagClassName
{
border-color: #FCFBE1;
}
</style>