#FEFDC5

Color #FEFDC5 Lemon Chiffon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Chiffon #FEFDC5

Tints of Lemon Chiffon #FEFDC5

Color information

#FEFDC5 (or 0xFEFDC5) is unknown color: approx Lemon Chiffon. HEX triplet: FE, FD and C5. RGB value is (254,253,197). Sum of RGB (Red+Green+Blue) = 254+253+197=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 197 (77.34% from 255 or 27.98% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDC5 is #01023A. Grayscale: #F7F7F7. Windows color (decimal): -66107 or 12975614. OLE color: 12975614.

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

Color convert

RGB254253197-
CMYK00.000.220.00
HSL58.95º96.61%88.43%-
HSV(B)58.95º22.44%99.61%-
XYZ86.0895.3566.69-
YUV246.9299.83133.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 253 (99.22% from 255) = 35.94%
BLUE value IS 197 (77.34% from 255) = 27.98%
R=36.08%
G=35.94%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425319700.000.220.0058.9596.6188.43
HexFEFDC5001603b6158
Octal3763753050026073141130
Binary1111111011111101110001010010110011101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDC5; }

 p { color: rgb(254,253,197); }

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

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

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

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

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

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

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