#FFFEC2

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

Shades of Lemon Chiffon #FFFEC2

Tints of Lemon Chiffon #FFFEC2

Color information

#FFFEC2 (or 0xFFFEC2) is unknown color: approx Lemon Chiffon. HEX triplet: FF, FE and C2. RGB value is (255,254,194). Sum of RGB (Red+Green+Blue) = 255+254+194=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 194 (76.17% from 255 or 27.60% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEC2 is #00013D. Grayscale: #F7F7F7. Windows color (decimal): -318 or 12779263. OLE color: 12779263.

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

Color convert

RGB255254194-
CMYK00.000.240
HSL59.02º100%88.04%-
HSV(B)59.02º23.92%100%-
XYZ86.4296.0465.02-
YUV247.4697.83133.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.27%
GREEN value IS 254 (99.61% from 255) = 36.13%
BLUE value IS 194 (76.17% from 255) = 27.60%
R=36.27%
G=36.13%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525419400.000.24059.0210088.04
HexFFFEC2001803b6458
Octal3773763020030073144130
Binary1111111111111110110000100011000011101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEC2; }

 p { color: rgb(255,254,194); }

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

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

 a { background-color: rgb(255,254,194); }

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

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

 span { border-color: rgb(255,254,194); }

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