Shades of Light Yellow #FCFBE3
Tints of Light Yellow #FCFBE3
RGB
CMYK
RGB Variations
Color information
#FCFBE3 (or 0xFCFBE3) is known color: Light Yellow. HEX triplet: FC, FB and E3. RGB value is (252,251,227). Sum of RGB (Red+Green+Blue) = 252+251+227=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 251 (98.44% from 255 or 34.38% from 730); Blue value is 227 (89.06% from 255 or 31.10% from 730); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBE3 is #03041C. Grayscale: #F8F8F8. Windows color (decimal): -197661 or 14941180. OLE color: 14941180.
HSL color Cylindrical-coordinate representation of color #FCFBE3: hue angle of 57.6º 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 #FCFBE3 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 251 | 227 | - |
CMYK | 0 | 0.00 | 0.10 | 0.01 |
HSL | 57.6º | 0.81% | 0.94% | - |
HSV(B) | 57.6º | 0.1% | 0.99% | - |
XYZ | 88.51 | 95.24 | 86.39 | - |
YUV | 248.56 | 115.83 | 130.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 251 | 227 | 0 | 0.00 | 0.10 | 0.01 | 57.6 | 0.81 | 0.94 |
Hex | FC | FB | E3 | 0 | 0 | A | 1 | 3A | 51 | 5E |
Octal | 374 | 373 | 343 | 0 | 0 | 12 | 1 | 72 | 121 | 136 |
Binary | 11111100 | 11111011 | 11100011 | 0 | 0 | 1010 | 1 | 111010 | 1010001 | 1011110 |
Color Harmonies of #FCFBE3
Complementary color
Monochromatic Colors of #FCFBE3
Black with #FCFBE3
Text Example
Text Example
White with #FCFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBE3; }
p { color: rgb(252,251,227); }
H1.HeaderClassName
{
color: #FCFBE3;
}
.AnyTagClassName
{
color: #FCFBE3;
}
</style>
background-color css
<style>
a { background-color: #FCFBE3; }
a { background-color: rgb(252,251,227); }
div.DivClassName
{
background-color: #FCFBE3;
}
.BgClassName
{
background-color: #FCFBE3;
}
</style>
border-color css
<style>
span { border-color: #FCFBE3; }
span { border-color: rgb(252,251,227); }
td.TdClassName
{
border-color: #FCFBE3;
}
.TagClassName
{
border-color: #FCFBE3;
}
</style>