#FEF9CA

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

Shades of Lemon Chiffon #FEF9CA

Tints of Lemon Chiffon #FEF9CA

Color information

#FEF9CA (or 0xFEF9CA) is unknown color: approx Lemon Chiffon. HEX triplet: FE, F9 and CA. RGB value is (254,249,202). Sum of RGB (Red+Green+Blue) = 254+249+202=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 249 (97.66% from 255 or 35.32% from 705); Blue value is 202 (79.30% from 255 or 28.65% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9CA is #010635. Grayscale: #F5F5F5. Windows color (decimal): -67126 or 13302270. OLE color: 13302270.

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

Color convert

RGB254249202-
CMYK00.020.200.00
HSL54.23º96.3%89.41%-
HSV(B)54.23º20.47%99.61%-
XYZ85.4193.0969.34-
YUV245.14103.66134.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 249 (97.66% from 255) = 35.32%
BLUE value IS 202 (79.30% from 255) = 28.65%
R=36.03%
G=35.32%
B=28.65%

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
Decimal25424920200.020.200.0054.2396.389.41
HexFEF9CA02140366059
Octal3763713120224066140131
Binary11111110111110011100101001010100011011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9CA; }

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

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

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

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

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

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

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

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