#FEFEE0

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

Shades of Light Yellow #FEFEE0

Tints of Light Yellow #FEFEE0

Color information

#FEFEE0 (or 0xFEFEE0) is unknown color: approx Light Yellow. HEX triplet: FE, FE and E0. RGB value is (254,254,224). Sum of RGB (Red+Green+Blue) = 254+254+224=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 224 (87.89% from 255 or 30.60% from 732); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEE0 is #01011F. Grayscale: #FAFAFA. Windows color (decimal): -65824 or 14745342. OLE color: 14745342.

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

Color convert

RGB254254224-
CMYK000.120.00
HSL60º93.75%93.73%-
HSV(B)60º11.81%99.61%-
XYZ89.7797.3484.58-
YUV250.58113130.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.70%
GREEN value IS 254 (99.61% from 255) = 34.70%
BLUE value IS 224 (87.89% from 255) = 30.60%
R=34.70%
G=34.70%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254224000.120.006093.7593.73
HexFEFEE000C03c5e5e
Octal3763763400014074136136
Binary111111101111111011100000001100011110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEE0; }

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

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

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

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

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

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

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

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