#FEFAC6

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

Shades of Lemon Chiffon #FEFAC6

Tints of Lemon Chiffon #FEFAC6

Color information

#FEFAC6 (or 0xFEFAC6) is unknown color: approx Lemon Chiffon. HEX triplet: FE, FA and C6. RGB value is (254,250,198). Sum of RGB (Red+Green+Blue) = 254+250+198=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 198 (77.73% from 255 or 28.21% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAC6 is #010539. Grayscale: #F5F5F5. Windows color (decimal): -66874 or 13040382. OLE color: 13040382.

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

Color convert

RGB254250198-
CMYK00.020.220.00
HSL55.71º96.55%88.63%-
HSV(B)55.71º22.05%99.61%-
XYZ85.2593.5266.98-
YUV245.27101.33134.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 198 (77.73% from 255) = 28.21%
R=36.18%
G=35.61%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425019800.020.220.0055.7196.5588.63
HexFEFAC602160386159
Octal3763723060226070141131
Binary11111110111110101100011001010110011100011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAC6; }

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

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

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

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

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

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

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

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