#FEFAC8

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

Shades of Lemon Chiffon #FEFAC8

Tints of Lemon Chiffon #FEFAC8

Color information

#FEFAC8 (or 0xFEFAC8) is unknown color: approx Lemon Chiffon. HEX triplet: FE, FA and C8. RGB value is (254,250,200). Sum of RGB (Red+Green+Blue) = 254+250+200=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 200 (78.52% from 255 or 28.41% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAC8 is #010537. Grayscale: #F5F5F5. Windows color (decimal): -66872 or 13171454. OLE color: 13171454.

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

Color convert

RGB254250200-
CMYK00.020.210.00
HSL55.56º96.43%89.02%-
HSV(B)55.56º21.26%99.61%-
XYZ85.4893.6168.21-
YUV245.5102.33134.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 200 (78.52% from 255) = 28.41%
R=36.08%
G=35.51%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425020000.020.210.0055.5696.4389.02
HexFEFAC802150386059
Octal3763723100225070140131
Binary11111110111110101100100001010101011100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAC8; }

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

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

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

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

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

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

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

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