Shades of Light Yellow #FCFBE5
Tints of Light Yellow #FCFBE5
RGB
CMYK
RGB Variations
Color information
#FCFBE5 (or 0xFCFBE5) is known color: Light Yellow. HEX triplet: FC, FB and E5. RGB value is (252,251,229). Sum of RGB (Red+Green+Blue) = 252+251+229=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 251 (98.44% from 255 or 34.29% from 732); Blue value is 229 (89.84% from 255 or 31.28% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBE5 is #03041A. Grayscale: #F8F8F8. Windows color (decimal): -197659 or 15072252. OLE color: 15072252.
HSL color Cylindrical-coordinate representation of color #FCFBE5: hue angle of 57.39º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCFBE5 is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 229 | - |
| CMYK | 0 | 0.00 | 0.09 | 0.01 |
| HSL | 57.39º | 0.79% | 0.94% | - |
| HSV(B) | 57.39º | 0.09% | 0.99% | - |
| XYZ | 88.78 | 95.35 | 87.85 | - |
| YUV | 248.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 229 | 0 | 0.00 | 0.09 | 0.01 | 57.39 | 0.79 | 0.94 |
| Hex | FC | FB | E5 | 0 | 0 | 9 | 1 | 39 | 4F | 5E |
| Octal | 374 | 373 | 345 | 0 | 0 | 11 | 1 | 71 | 117 | 136 |
| Binary | 11111100 | 11111011 | 11100101 | 0 | 0 | 1001 | 1 | 111001 | 1001111 | 1011110 |
Color Harmonies of #FCFBE5
Complementary color
Monochromatic Colors of #FCFBE5
Black with #FCFBE5
Text Example
Text Example
White with #FCFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBE5; }
p { color: rgb(252,251,229); }
H1.HeaderClassName
{
color: #FCFBE5;
}
.AnyTagClassName
{
color: #FCFBE5;
}
</style>
background-color css
<style>
a { background-color: #FCFBE5; }
a { background-color: rgb(252,251,229); }
div.DivClassName
{
background-color: #FCFBE5;
}
.BgClassName
{
background-color: #FCFBE5;
}
</style>
border-color css
<style>
span { border-color: #FCFBE5; }
span { border-color: rgb(252,251,229); }
td.TdClassName
{
border-color: #FCFBE5;
}
.TagClassName
{
border-color: #FCFBE5;
}
</style>