#FEF6CA

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

Shades of Lemon Chiffon #FEF6CA

Tints of Lemon Chiffon #FEF6CA

Color information

#FEF6CA (or 0xFEF6CA) is unknown color: approx Lemon Chiffon. HEX triplet: FE, F6 and CA. RGB value is (254,246,202). Sum of RGB (Red+Green+Blue) = 254+246+202=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 202 (79.30% from 255 or 28.77% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6CA is #010935. Grayscale: #F3F3F3. Windows color (decimal): -67894 or 13301502. OLE color: 13301502.

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

Color convert

RGB254246202-
CMYK00.030.200.00
HSL50.77º96.3%89.41%-
HSV(B)50.77º20.47%99.61%-
XYZ84.4991.2569.04-
YUV243.38104.65135.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 246 (96.48% from 255) = 35.04%
BLUE value IS 202 (79.30% from 255) = 28.77%
R=36.18%
G=35.04%
B=28.77%

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
Decimal25424620200.030.200.0050.7796.389.41
HexFEF6CA03140336059
Octal3763663120324063140131
Binary11111110111101101100101001110100011001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6CA; }

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

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

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

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

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

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

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

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