Shades of Light Yellow #FFFFE2
Tints of Light Yellow #FFFFE2
RGB
CMYK
RGB Variations
Color information
#FFFFE2 (or 0xFFFFE2) is known color: Light Yellow. HEX triplet: FF, FF and E2. RGB value is (255,255,226). Sum of RGB (Red+Green+Blue) = 255+255+226=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 226 (88.67% from 255 or 30.71% from 736); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFE2 is #00001D. Grayscale: #FBFBFB. Windows color (decimal): -30 or 14876671. OLE color: 14876671.
HSL color Cylindrical-coordinate representation of color #FFFFE2: hue angle of 60º 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 #FFFFE2 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 226 | - |
| CMYK | 0 | 0 | 0.11 | 0 |
| HSL | 60º | 1% | 0.94% | - |
| HSV(B) | 60º | 0.11% | 1% | - |
| XYZ | 90.73 | 98.27 | 86.14 | - |
| YUV | 251.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 226 | 0 | 0 | 0.11 | 0 | 60 | 1 | 0.94 |
| Hex | FF | FF | E2 | 0 | 0 | B | 0 | 3C | 64 | 5E |
| Octal | 377 | 377 | 342 | 0 | 0 | 13 | 0 | 74 | 144 | 136 |
| Binary | 11111111 | 11111111 | 11100010 | 0 | 0 | 1011 | 0 | 111100 | 1100100 | 1011110 |
Color Harmonies of #FFFFE2
Complementary color
Monochromatic Colors of #FFFFE2
Black with #FFFFE2
Text Example
Text Example
White with #FFFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFE2; }
p { color: rgb(255,255,226); }
H1.HeaderClassName
{
color: #FFFFE2;
}
.AnyTagClassName
{
color: #FFFFE2;
}
</style>
background-color css
<style>
a { background-color: #FFFFE2; }
a { background-color: rgb(255,255,226); }
div.DivClassName
{
background-color: #FFFFE2;
}
.BgClassName
{
background-color: #FFFFE2;
}
</style>
border-color css
<style>
span { border-color: #FFFFE2; }
span { border-color: rgb(255,255,226); }
td.TdClassName
{
border-color: #FFFFE2;
}
.TagClassName
{
border-color: #FFFFE2;
}
</style>