#FEFACB

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

Shades of Lemon Chiffon #FEFACB

Tints of Lemon Chiffon #FEFACB

Color information

#FEFACB (or 0xFEFACB) is unknown color: approx Lemon Chiffon. HEX triplet: FE, FA and CB. RGB value is (254,250,203). Sum of RGB (Red+Green+Blue) = 254+250+203=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 203 (79.69% from 255 or 28.71% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFACB is #010534. Grayscale: #F6F6F6. Windows color (decimal): -66869 or 13368062. OLE color: 13368062.

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

Color convert

RGB254250203-
CMYK00.020.200.00
HSL55.29º96.23%89.61%-
HSV(B)55.29º20.08%99.61%-
XYZ85.8493.7570.07-
YUV245.84103.83133.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 203 (79.69% from 255) = 28.71%
R=35.93%
G=35.36%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425020300.020.200.0055.2996.2389.61
HexFEFACB0214037605a
Octal3763723130224067140132
Binary11111110111110101100101101010100011011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFACB; }

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

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

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

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

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

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

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

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