Shades of Light Yellow #FCFCE3
Tints of Light Yellow #FCFCE3
RGB
CMYK
RGB Variations
Color information
#FCFCE3 (or 0xFCFCE3) is known color: Light Yellow. HEX triplet: FC, FC and E3. RGB value is (252,252,227). Sum of RGB (Red+Green+Blue) = 252+252+227=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 252 (98.83% from 255 or 34.47% from 731); Blue value is 227 (89.06% from 255 or 31.05% from 731); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCE3 is #03031C. Grayscale: #F9F9F9. Windows color (decimal): -197405 or 14941436. OLE color: 14941436.
HSL color Cylindrical-coordinate representation of color #FCFCE3: hue angle of 60º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCFCE3 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 227 | - |
| CMYK | 0 | 0 | 0.10 | 0.01 |
| HSL | 60º | 0.81% | 0.94% | - |
| HSV(B) | 60º | 0.1% | 0.99% | - |
| XYZ | 88.82 | 95.86 | 86.49 | - |
| YUV | 249.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 227 | 0 | 0 | 0.10 | 0.01 | 60 | 0.81 | 0.94 |
| Hex | FC | FC | E3 | 0 | 0 | A | 1 | 3C | 51 | 5E |
| Octal | 374 | 374 | 343 | 0 | 0 | 12 | 1 | 74 | 121 | 136 |
| Binary | 11111100 | 11111100 | 11100011 | 0 | 0 | 1010 | 1 | 111100 | 1010001 | 1011110 |
Color Harmonies of #FCFCE3
Complementary color
Monochromatic Colors of #FCFCE3
Black with #FCFCE3
Text Example
Text Example
White with #FCFCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCE3; }
p { color: rgb(252,252,227); }
H1.HeaderClassName
{
color: #FCFCE3;
}
.AnyTagClassName
{
color: #FCFCE3;
}
</style>
background-color css
<style>
a { background-color: #FCFCE3; }
a { background-color: rgb(252,252,227); }
div.DivClassName
{
background-color: #FCFCE3;
}
.BgClassName
{
background-color: #FCFCE3;
}
</style>
border-color css
<style>
span { border-color: #FCFCE3; }
span { border-color: rgb(252,252,227); }
td.TdClassName
{
border-color: #FCFCE3;
}
.TagClassName
{
border-color: #FCFCE3;
}
</style>