#FEFCE6

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

Shades of Light Yellow #FEFCE6

Tints of Light Yellow #FEFCE6

Color information

#FEFCE6 (or 0xFEFCE6) is unknown color: approx Light Yellow. HEX triplet: FE, FC and E6. RGB value is (254,252,230). Sum of RGB (Red+Green+Blue) = 254+252+230=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 252 (98.83% from 255 or 34.24% from 736); Blue value is 230 (90.23% from 255 or 31.25% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCE6 is #010319. Grayscale: #FAFAFA. Windows color (decimal): -66330 or 15138046. OLE color: 15138046.

HSL color Cylindrical-coordinate representation of color #FEFCE6: hue angle of 55º 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 #FEFCE6 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB254252230-
CMYK00.010.090.00
HSL55º92.31%94.9%-
HSV(B)55º9.45%99.61%-
XYZ89.9796.488.73-
YUV250.09116.66130.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.51%
GREEN value IS 252 (98.83% from 255) = 34.24%
BLUE value IS 230 (90.23% from 255) = 31.25%
R=34.51%
G=34.24%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425223000.010.090.005592.3194.9
HexFEFCE60190375c5f
Octal3763743460111067134137
Binary111111101111110011100110011001011011110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCE6; }

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

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

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

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

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

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

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

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