#FEFAD1

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

Shades of Lemon Chiffon #FEFAD1

Tints of Lemon Chiffon #FEFAD1

Color information

#FEFAD1 (or 0xFEFAD1) is unknown color: approx Lemon Chiffon. HEX triplet: FE, FA and D1. RGB value is (254,250,209). Sum of RGB (Red+Green+Blue) = 254+250+209=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 209 (82.03% from 255 or 29.31% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAD1 is #01052E. Grayscale: #F6F6F6. Windows color (decimal): -66863 or 13761278. OLE color: 13761278.

HSL color Cylindrical-coordinate representation of color #FEFAD1: hue angle of 54.67º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEFAD1 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB254250209-
CMYK00.020.180.00
HSL54.67º95.74%90.78%-
HSV(B)54.67º17.72%99.61%-
XYZ86.5794.0573.91-
YUV246.52106.83133.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 250 (98.05% from 255) = 35.06%
BLUE value IS 209 (82.03% from 255) = 29.31%
R=35.62%
G=35.06%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425020900.020.180.0054.6795.7490.78
HexFEFAD10212037605b
Octal3763723210222067140133
Binary11111110111110101101000101010010011011111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAD1; }

 p { color: rgb(254,250,209); }

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

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

 a { background-color: rgb(254,250,209); }

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

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

 span { border-color: rgb(254,250,209); }

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