#FEFEE6

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

Shades of Light Yellow #FEFEE6

Tints of Light Yellow #FEFEE6

Color information

#FEFEE6 (or 0xFEFEE6) is unknown color: approx Light Yellow. HEX triplet: FE, FE and E6. RGB value is (254,254,230). Sum of RGB (Red+Green+Blue) = 254+254+230=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 254 (99.61% from 255 or 34.42% from 738); Blue value is 230 (90.23% from 255 or 31.17% from 738); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEE6 is #010119. Grayscale: #FBFBFB. Windows color (decimal): -65818 or 15138558. OLE color: 15138558.

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

Color convert

RGB254254230-
CMYK000.090.00
HSL60º92.31%94.9%-
HSV(B)60º9.45%99.61%-
XYZ90.697.6788.94-
YUV251.26116129.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.42%
GREEN value IS 254 (99.61% from 255) = 34.42%
BLUE value IS 230 (90.23% from 255) = 31.17%
R=34.42%
G=34.42%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254230000.090.006092.3194.9
HexFEFEE600903c5c5f
Octal3763763460011074134137
Binary111111101111111011100110001001011110010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEE6; }

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

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

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

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

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

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

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

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