#FFFEE2

Color #FFFEE2 Light Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Yellow #FFFEE2

Tints of Light Yellow #FFFEE2

Color information

#FFFEE2 (or 0xFFFEE2) is unknown color: approx Light Yellow. HEX triplet: FF, FE and E2. RGB value is (255,254,226). Sum of RGB (Red+Green+Blue) = 255+254+226=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 226 (88.67% from 255 or 30.75% from 735); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEE2 is #00011D. Grayscale: #FBFBFB. Windows color (decimal): -286 or 14876415. OLE color: 14876415.

HSL color Cylindrical-coordinate representation of color #FFFEE2: hue angle of 57.93º 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 #FFFEE2 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255254226-
CMYK00.000.110
HSL57.93º100%94.31%-
HSV(B)57.93º11.37%100%-
XYZ90.4197.6386.03-
YUV251.11113.83130.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 34.69%
GREEN value IS 254 (99.61% from 255) = 34.56%
BLUE value IS 226 (88.67% from 255) = 30.75%
R=34.69%
G=34.56%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525422600.000.11057.9310094.31
HexFFFEE200B03a645e
Octal3773763420013072144136
Binary111111111111111011100010001011011101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEE2; }

 p { color: rgb(255,254,226); }

 H1.HeaderClassName
 {
   color: #FFFEE2;
 }
 .AnyTagClassName
 {
   color: #FFFEE2;
 }
</style>
background-color css

<style>
 a { background-color: #FFFEE2; }

 a { background-color: rgb(255,254,226); }

 div.DivClassName
 {
   background-color: #FFFEE2;
 }
 .BgClassName
 {
   background-color: #FFFEE2;
 }
</style>
border-color css

<style>
 span { border-color: #FFFEE2; }

 span { border-color: rgb(255,254,226); }

 td.TdClassName
 {
   border-color: #FFFEE2;
 }
 .TagClassName
 {
   border-color: #FFFEE2;
 }
</style>