Shades of Light Yellow #FCFBE2
Tints of Light Yellow #FCFBE2
RGB
CMYK
RGB Variations
Color information
#FCFBE2 (or 0xFCFBE2) is known color: Light Yellow. HEX triplet: FC, FB and E2. RGB value is (252,251,226). Sum of RGB (Red+Green+Blue) = 252+251+226=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 251 (98.44% from 255 or 34.43% from 729); Blue value is 226 (88.67% from 255 or 31.00% from 729); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBE2 is #03041D. Grayscale: #F8F8F8. Windows color (decimal): -197662 or 14875644. OLE color: 14875644.
HSL color Cylindrical-coordinate representation of color #FCFBE2: hue angle of 57.69º 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 #FCFBE2 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 251 | 226 | - |
CMYK | 0 | 0.00 | 0.10 | 0.01 |
HSL | 57.69º | 0.81% | 0.94% | - |
HSV(B) | 57.69º | 0.1% | 0.99% | - |
XYZ | 88.37 | 95.18 | 85.67 | - |
YUV | 248.45 | 115.33 | 130.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 251 | 226 | 0 | 0.00 | 0.10 | 0.01 | 57.69 | 0.81 | 0.94 |
Hex | FC | FB | E2 | 0 | 0 | A | 1 | 3A | 51 | 5E |
Octal | 374 | 373 | 342 | 0 | 0 | 12 | 1 | 72 | 121 | 136 |
Binary | 11111100 | 11111011 | 11100010 | 0 | 0 | 1010 | 1 | 111010 | 1010001 | 1011110 |
Color Harmonies of #FCFBE2
Complementary color
Monochromatic Colors of #FCFBE2
Black with #FCFBE2
Text Example
Text Example
White with #FCFBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBE2; }
p { color: rgb(252,251,226); }
H1.HeaderClassName
{
color: #FCFBE2;
}
.AnyTagClassName
{
color: #FCFBE2;
}
</style>
background-color css
<style>
a { background-color: #FCFBE2; }
a { background-color: rgb(252,251,226); }
div.DivClassName
{
background-color: #FCFBE2;
}
.BgClassName
{
background-color: #FCFBE2;
}
</style>
border-color css
<style>
span { border-color: #FCFBE2; }
span { border-color: rgb(252,251,226); }
td.TdClassName
{
border-color: #FCFBE2;
}
.TagClassName
{
border-color: #FCFBE2;
}
</style>