#FEFCE3

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

Shades of Light Yellow #FEFCE3

Tints of Light Yellow #FEFCE3

Color information

#FEFCE3 (or 0xFEFCE3) is unknown color: approx Light Yellow. HEX triplet: FE, FC and E3. RGB value is (254,252,227). Sum of RGB (Red+Green+Blue) = 254+252+227=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 252 (98.83% from 255 or 34.38% from 733); Blue value is 227 (89.06% from 255 or 30.97% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCE3 is #01031C. Grayscale: #F9F9F9. Windows color (decimal): -66333 or 14941438. OLE color: 14941438.

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

Color convert

RGB254252227-
CMYK00.010.110.00
HSL55.56º93.1%94.31%-
HSV(B)55.56º10.63%99.61%-
XYZ89.5596.2486.53-
YUV249.75115.16131.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.65%
GREEN value IS 252 (98.83% from 255) = 34.38%
BLUE value IS 227 (89.06% from 255) = 30.97%
R=34.65%
G=34.38%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425222700.010.110.0055.5693.194.31
HexFEFCE301B0385d5e
Octal3763743430113070135136
Binary111111101111110011100011011011011100010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCE3; }

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

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

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

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

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

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

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

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