#FEFEE1

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

Shades of Light Yellow #FEFEE1

Tints of Light Yellow #FEFEE1

Color information

#FEFEE1 (or 0xFEFEE1) is unknown color: approx Light Yellow. HEX triplet: FE, FE and E1. RGB value is (254,254,225). Sum of RGB (Red+Green+Blue) = 254+254+225=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 254 (99.61% from 255 or 34.65% from 733); Blue value is 225 (88.28% from 255 or 30.70% from 733); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEE1 is #01011E. Grayscale: #FAFAFA. Windows color (decimal): -65823 or 14810878. OLE color: 14810878.

HSL color Cylindrical-coordinate representation of color #FEFEE1: hue angle of 60º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEFEE1 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB254254225-
CMYK000.110.00
HSL60º93.55%93.92%-
HSV(B)60º11.42%99.61%-
XYZ89.9197.3985.29-
YUV250.69113.5130.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.65%
GREEN value IS 254 (99.61% from 255) = 34.65%
BLUE value IS 225 (88.28% from 255) = 30.70%
R=34.65%
G=34.65%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254225000.110.006093.5593.92
HexFEFEE100B03c5e5e
Octal3763763410013074136136
Binary111111101111111011100001001011011110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEE1; }

 p { color: rgb(254,254,225); }

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

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

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

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

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

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

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