#FEFEE3

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

Shades of Light Yellow #FEFEE3

Tints of Light Yellow #FEFEE3

Color information

#FEFEE3 (or 0xFEFEE3) is unknown color: approx Light Yellow. HEX triplet: FE, FE and E3. RGB value is (254,254,227). Sum of RGB (Red+Green+Blue) = 254+254+227=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 227 (89.06% from 255 or 30.88% from 735); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEE3 is #01011C. Grayscale: #FBFBFB. Windows color (decimal): -65821 or 14941950. OLE color: 14941950.

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

Color convert

RGB254254227-
CMYK000.110.00
HSL60º93.1%94.31%-
HSV(B)60º10.63%99.61%-
XYZ90.1897.586.74-
YUV250.92114.5130.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.56%
GREEN value IS 254 (99.61% from 255) = 34.56%
BLUE value IS 227 (89.06% from 255) = 30.88%
R=34.56%
G=34.56%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254227000.110.006093.194.31
HexFEFEE300B03c5d5e
Octal3763763430013074135136
Binary111111101111111011100011001011011110010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEE3; }

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

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

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

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

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

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

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

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