#FEFCDE

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

Shades of Light Yellow #FEFCDE

Tints of Light Yellow #FEFCDE

Color information

#FEFCDE (or 0xFEFCDE) is unknown color: approx Light Yellow. HEX triplet: FE, FC and DE. RGB value is (254,252,222). Sum of RGB (Red+Green+Blue) = 254+252+222=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 252 (98.83% from 255 or 34.62% from 728); Blue value is 222 (87.11% from 255 or 30.49% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCDE is #010321. Grayscale: #F9F9F9. Windows color (decimal): -66338 or 14613758. OLE color: 14613758.

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

Color convert

RGB254252222-
CMYK00.010.130.00
HSL56.25º94.12%93.33%-
HSV(B)56.25º12.6%99.61%-
XYZ88.8795.9782.95-
YUV249.18112.66131.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.89%
GREEN value IS 252 (98.83% from 255) = 34.62%
BLUE value IS 222 (87.11% from 255) = 30.49%
R=34.89%
G=34.62%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425222200.010.130.0056.2594.1293.33
HexFEFCDE01D0385e5d
Octal3763743360115070136135
Binary111111101111110011011110011101011100010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCDE; }

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

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

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

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

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

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

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

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