#FEF5CA

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

Shades of Lemon Chiffon #FEF5CA

Tints of Lemon Chiffon #FEF5CA

Color information

#FEF5CA (or 0xFEF5CA) is unknown color: approx Lemon Chiffon. HEX triplet: FE, F5 and CA. RGB value is (254,245,202). Sum of RGB (Red+Green+Blue) = 254+245+202=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 245 (96.09% from 255 or 34.95% from 701); Blue value is 202 (79.30% from 255 or 28.82% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5CA is #010A35. Grayscale: #F2F2F2. Windows color (decimal): -68150 or 13301246. OLE color: 13301246.

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

Color convert

RGB254245202-
CMYK00.040.200.00
HSL49.62º96.3%89.41%-
HSV(B)49.62º20.47%99.61%-
XYZ84.1990.6468.94-
YUV242.79104.98136-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 245 (96.09% from 255) = 34.95%
BLUE value IS 202 (79.30% from 255) = 28.82%
R=36.23%
G=34.95%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424520200.040.200.0049.6296.389.41
HexFEF5CA04140326059
Octal3763653120424062140131
Binary111111101111010111001010010010100011001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5CA; }

 p { color: rgb(254,245,202); }

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

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

 a { background-color: rgb(254,245,202); }

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

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

 span { border-color: rgb(254,245,202); }

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