#FEF7CA

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

Shades of Lemon Chiffon #FEF7CA

Tints of Lemon Chiffon #FEF7CA

Color information

#FEF7CA (or 0xFEF7CA) is unknown color: approx Lemon Chiffon. HEX triplet: FE, F7 and CA. RGB value is (254,247,202). Sum of RGB (Red+Green+Blue) = 254+247+202=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 247 (96.88% from 255 or 35.14% from 703); Blue value is 202 (79.30% from 255 or 28.73% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7CA is #010835. Grayscale: #F4F4F4. Windows color (decimal): -67638 or 13301758. OLE color: 13301758.

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

Color convert

RGB254247202-
CMYK00.030.200.00
HSL51.92º96.3%89.41%-
HSV(B)51.92º20.47%99.61%-
XYZ84.7991.8669.14-
YUV243.96104.32135.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 247 (96.88% from 255) = 35.14%
BLUE value IS 202 (79.30% from 255) = 28.73%
R=36.13%
G=35.14%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424720200.030.200.0051.9296.389.41
HexFEF7CA03140346059
Octal3763673120324064140131
Binary11111110111101111100101001110100011010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7CA; }

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

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

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

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

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

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

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

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