#F2FEB9

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

Shades of Chiffon #F2FEB9

Tints of Chiffon #F2FEB9

Color information

#F2FEB9 (or 0xF2FEB9) is unknown color: approx Chiffon. HEX triplet: F2, FE and B9. RGB value is (242,254,185). Sum of RGB (Red+Green+Blue) = 242+254+185=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 185 (72.66% from 255 or 27.17% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEB9 is #0D0146. Grayscale: #F2F2F2. Windows color (decimal): -852295 or 12189426. OLE color: 12189426.

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

Color convert

RGB242254185-
CMYK0.0500.270.00
HSL70.43º97.18%86.08%-
HSV(B)70.43º27.17%99.61%-
XYZ80.8293.2659.64-
YUV242.5595.52127.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 185 (72.66% from 255) = 27.17%
R=35.54%
G=37.30%
B=27.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422541850.0500.270.0070.4397.1886.08
HexF2FEB9501B0466156
Octal36237627150330106141126
Binary1111001011111110101110011010110110100011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEB9; }

 p { color: rgb(242,254,185); }

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

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

 a { background-color: rgb(242,254,185); }

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

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

 span { border-color: rgb(242,254,185); }

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