#FEFCE5

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

Shades of Light Yellow #FEFCE5

Tints of Light Yellow #FEFCE5

Color information

#FEFCE5 (or 0xFEFCE5) is unknown color: approx Light Yellow. HEX triplet: FE, FC and E5. RGB value is (254,252,229). Sum of RGB (Red+Green+Blue) = 254+252+229=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 252 (98.83% from 255 or 34.29% from 735); Blue value is 229 (89.84% from 255 or 31.16% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCE5 is #01031A. Grayscale: #FAFAFA. Windows color (decimal): -66331 or 15072510. OLE color: 15072510.

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

Color convert

RGB254252229-
CMYK00.010.100.00
HSL55.2º92.59%94.71%-
HSV(B)55.2º9.84%99.61%-
XYZ89.8396.3587.99-
YUV249.98116.16130.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.56%
GREEN value IS 252 (98.83% from 255) = 34.29%
BLUE value IS 229 (89.84% from 255) = 31.16%
R=34.56%
G=34.29%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425222900.010.100.0055.292.5994.71
HexFEFCE501A0375d5f
Octal3763743450112067135137
Binary111111101111110011100101011010011011110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCE5; }

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

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

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

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

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

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

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

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