#FEF7CF

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

Shades of Lemon Chiffon #FEF7CF

Tints of Lemon Chiffon #FEF7CF

Color information

#FEF7CF (or 0xFEF7CF) is unknown color: approx Lemon Chiffon. HEX triplet: FE, F7 and CF. RGB value is (254,247,207). Sum of RGB (Red+Green+Blue) = 254+247+207=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 247 (96.88% from 255 or 34.89% from 708); Blue value is 207 (81.25% from 255 or 29.24% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7CF is #010830. Grayscale: #F4F4F4. Windows color (decimal): -67633 or 13629438. OLE color: 13629438.

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

Color convert

RGB254247207-
CMYK00.030.190.00
HSL51.06º95.92%90.39%-
HSV(B)51.06º18.5%99.61%-
XYZ85.492.172.31-
YUV244.53106.82134.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.88%
GREEN value IS 247 (96.88% from 255) = 34.89%
BLUE value IS 207 (81.25% from 255) = 29.24%
R=35.88%
G=34.89%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424720700.030.190.0051.0695.9290.39
HexFEF7CF0313033605a
Octal3763673170323063140132
Binary11111110111101111100111101110011011001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7CF; }

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

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

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

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

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

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

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

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