Shades of Light Yellow #FCFEE6
Tints of Light Yellow #FCFEE6
RGB
CMYK
RGB Variations
Color information
#FCFEE6 (or 0xFCFEE6) is known color: Light Yellow. HEX triplet: FC, FE and E6. RGB value is (252,254,230). Sum of RGB (Red+Green+Blue) = 252+254+230=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 254 (99.61% from 255 or 34.51% from 736); Blue value is 230 (90.23% from 255 or 31.25% from 736); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEE6 is #030119. Grayscale: #FAFAFA. Windows color (decimal): -196890 or 15138556. OLE color: 15138556.
HSL color Cylindrical-coordinate representation of color #FCFEE6: hue angle of 65º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCFEE6 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 230 | - |
CMYK | 0.01 | 0 | 0.09 | 0.00 |
HSL | 65º | 0.92% | 0.95% | - |
HSV(B) | 65º | 0.09% | 1% | - |
XYZ | 89.87 | 97.29 | 88.91 | - |
YUV | 250.67 | 116.34 | 128.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 230 | 0.01 | 0 | 0.09 | 0.00 | 65 | 0.92 | 0.95 |
Hex | FC | FE | E6 | 1 | 0 | 9 | 0 | 41 | 5C | 5F |
Octal | 374 | 376 | 346 | 1 | 0 | 11 | 0 | 101 | 134 | 137 |
Binary | 11111100 | 11111110 | 11100110 | 1 | 0 | 1001 | 0 | 1000001 | 1011100 | 1011111 |
Color Harmonies of #FCFEE6
Complementary color
Monochromatic Colors of #FCFEE6
Black with #FCFEE6
Text Example
Text Example
White with #FCFEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEE6; }
p { color: rgb(252,254,230); }
H1.HeaderClassName
{
color: #FCFEE6;
}
.AnyTagClassName
{
color: #FCFEE6;
}
</style>
background-color css
<style>
a { background-color: #FCFEE6; }
a { background-color: rgb(252,254,230); }
div.DivClassName
{
background-color: #FCFEE6;
}
.BgClassName
{
background-color: #FCFEE6;
}
</style>
border-color css
<style>
span { border-color: #FCFEE6; }
span { border-color: rgb(252,254,230); }
td.TdClassName
{
border-color: #FCFEE6;
}
.TagClassName
{
border-color: #FCFEE6;
}
</style>