#FEFFE2

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

Shades of Light Yellow #FEFFE2

Tints of Light Yellow #FEFFE2

Color information

#FEFFE2 (or 0xFEFFE2) is unknown color: approx 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

RGB254255226-
CMYK0.0000.110
HSL62.07º100%94.31%-
HSV(B)62.07º11.37%100%-
XYZ90.3698.0886.12-
YUV251.4113.67129.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552260.0000.11062.0710094.31
HexFEFFE200B03e645e
Octal3763773420013076144136
Binary111111101111111111100010001011011111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>