#FEFAD0

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

Shades of Lemon Chiffon #FEFAD0

Tints of Lemon Chiffon #FEFAD0

Color information

#FEFAD0 (or 0xFEFAD0) is unknown color: approx Lemon Chiffon. HEX triplet: FE, FA and D0. RGB value is (254,250,208). Sum of RGB (Red+Green+Blue) = 254+250+208=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 208 (81.64% from 255 or 29.21% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAD0 is #01052F. Grayscale: #F6F6F6. Windows color (decimal): -66864 or 13695742. OLE color: 13695742.

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

Color convert

RGB254250208-
CMYK00.020.180.00
HSL54.78º95.83%90.59%-
HSV(B)54.78º18.11%99.61%-
XYZ86.449473.26-
YUV246.41106.33133.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 208 (81.64% from 255) = 29.21%
R=35.67%
G=35.11%
B=29.21%

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
Decimal25425020800.020.180.0054.7895.8390.59
HexFEFAD00212037605b
Octal3763723200222067140133
Binary11111110111110101101000001010010011011111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAD0; }

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

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

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

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

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

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

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

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