#FFFFE2

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

Shades of Light Yellow #FFFFE2

Tints of Light Yellow #FFFFE2

Color information

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

RGB255255226-
CMYK000.110
HSL60º100%94.31%-
HSV(B)60º11.37%100%-
XYZ90.7398.2786.14-
YUV251.69113.5130.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.65%
GREEN value IS 255 (100% from 255) = 34.65%
BLUE value IS 226 (88.67% from 255) = 30.71%
R=34.65%
G=34.65%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255226000.1106010094.31
HexFFFFE200B03c645e
Octal3773773420013074144136
Binary111111111111111111100010001011011110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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