Shades of Light Yellow #FCFFE5
Tints of Light Yellow #FCFFE5
RGB
CMYK
RGB Variations
Color information
#FCFFE5 (or 0xFCFFE5) is known color: Light Yellow. HEX triplet: FC, FF and E5. RGB value is (252,255,229). Sum of RGB (Red+Green+Blue) = 252+255+229=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 229 (89.84% from 255 or 31.11% from 736); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFE5 is #03001A. Grayscale: #FBFBFB. Windows color (decimal): -196635 or 15073276. OLE color: 15073276.
HSL color Cylindrical-coordinate representation of color #FCFFE5: hue angle of 66.92º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCFFE5 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 252 | 255 | 229 | - |
CMYK | 0.01 | 0 | 0.10 | 0 |
HSL | 66.92º | 1% | 0.95% | - |
HSV(B) | 66.92º | 0.1% | 1% | - |
XYZ | 90.05 | 97.87 | 88.27 | - |
YUV | 251.14 | 115.51 | 128.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 255 | 229 | 0.01 | 0 | 0.10 | 0 | 66.92 | 1 | 0.95 |
Hex | FC | FF | E5 | 1 | 0 | A | 0 | 43 | 64 | 5F |
Octal | 374 | 377 | 345 | 1 | 0 | 12 | 0 | 103 | 144 | 137 |
Binary | 11111100 | 11111111 | 11100101 | 1 | 0 | 1010 | 0 | 1000011 | 1100100 | 1011111 |
Color Harmonies of #FCFFE5
Complementary color
Monochromatic Colors of #FCFFE5
Black with #FCFFE5
Text Example
Text Example
White with #FCFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFE5; }
p { color: rgb(252,255,229); }
H1.HeaderClassName
{
color: #FCFFE5;
}
.AnyTagClassName
{
color: #FCFFE5;
}
</style>
background-color css
<style>
a { background-color: #FCFFE5; }
a { background-color: rgb(252,255,229); }
div.DivClassName
{
background-color: #FCFFE5;
}
.BgClassName
{
background-color: #FCFFE5;
}
</style>
border-color css
<style>
span { border-color: #FCFFE5; }
span { border-color: rgb(252,255,229); }
td.TdClassName
{
border-color: #FCFFE5;
}
.TagClassName
{
border-color: #FCFFE5;
}
</style>