#FEFAD2

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

Shades of Lemon Chiffon #FEFAD2

Tints of Lemon Chiffon #FEFAD2

Color information

#FEFAD2 (or 0xFEFAD2) is unknown color: approx Lemon Chiffon. HEX triplet: FE, FA and D2. RGB value is (254,250,210). Sum of RGB (Red+Green+Blue) = 254+250+210=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 210 (82.42% from 255 or 29.41% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAD2 is #01052D. Grayscale: #F6F6F6. Windows color (decimal): -66862 or 13826814. OLE color: 13826814.

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

Color convert

RGB254250210-
CMYK00.020.170.00
HSL54.55º95.65%90.98%-
HSV(B)54.55º17.32%99.61%-
XYZ86.6994.174.57-
YUV246.64107.33133.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 250 (98.05% from 255) = 35.01%
BLUE value IS 210 (82.42% from 255) = 29.41%
R=35.57%
G=35.01%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425021000.020.170.0054.5595.6590.98
HexFEFAD20211037605b
Octal3763723220221067140133
Binary11111110111110101101001001010001011011111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAD2; }

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

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

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

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

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

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

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

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