Shades of Light Yellow #FEFFE2
Tints of Light Yellow #FEFFE2
RGB
CMYK
RGB Variations
Color information
#FEFFE2 (or 0xFEFFE2) is known color: Light Yellow. HEX triplet: FE, FF and E2. RGB value is (254,255,226). Sum of RGB (Red+Green+Blue) = 254+255+226=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 255 (100% from 255 or 34.69% from 735); Blue value is 226 (88.67% from 255 or 30.75% from 735); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFE2 is #01001D. Grayscale: #FBFBFB. Windows color (decimal): -65566 or 14876670. OLE color: 14876670.
HSL color Cylindrical-coordinate representation of color #FEFFE2: hue angle of 62.07º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEFFE2 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 254 | 255 | 226 | - |
CMYK | 0.00 | 0 | 0.11 | 0 |
HSL | 62.07º | 1% | 0.94% | - |
HSV(B) | 62.07º | 0.11% | 1% | - |
XYZ | 90.36 | 98.08 | 86.12 | - |
YUV | 251.4 | 113.67 | 129.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 255 | 226 | 0.00 | 0 | 0.11 | 0 | 62.07 | 1 | 0.94 |
Hex | FE | FF | E2 | 0 | 0 | B | 0 | 3E | 64 | 5E |
Octal | 376 | 377 | 342 | 0 | 0 | 13 | 0 | 76 | 144 | 136 |
Binary | 11111110 | 11111111 | 11100010 | 0 | 0 | 1011 | 0 | 111110 | 1100100 | 1011110 |
Color Harmonies of #FEFFE2
Complementary color
Monochromatic Colors of #FEFFE2
Black with #FEFFE2
Text Example
Text Example
White with #FEFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFE2; }
p { color: rgb(254,255,226); }
H1.HeaderClassName
{
color: #FEFFE2;
}
.AnyTagClassName
{
color: #FEFFE2;
}
</style>
background-color css
<style>
a { background-color: #FEFFE2; }
a { background-color: rgb(254,255,226); }
div.DivClassName
{
background-color: #FEFFE2;
}
.BgClassName
{
background-color: #FEFFE2;
}
</style>
border-color css
<style>
span { border-color: #FEFFE2; }
span { border-color: rgb(254,255,226); }
td.TdClassName
{
border-color: #FEFFE2;
}
.TagClassName
{
border-color: #FEFFE2;
}
</style>