#F2FAB6

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

Shades of Chiffon #F2FAB6

Tints of Chiffon #F2FAB6

Color information

#F2FAB6 (or 0xF2FAB6) is unknown color: approx Chiffon. HEX triplet: F2, FA and B6. RGB value is (242,250,182). Sum of RGB (Red+Green+Blue) = 242+250+182=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 182 (71.48% from 255 or 27.00% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FAB6 is #0D0549. Grayscale: #F0F0F0. Windows color (decimal): -853322 or 11991794. OLE color: 11991794.

HSL color Cylindrical-coordinate representation of color #F2FAB6: hue angle of 67.06º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2FAB6 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB242250182-
CMYK0.0300.270.02
HSL67.06º87.18%84.71%-
HSV(B)67.06º27.2%98.04%-
XYZ79.2590.6357.57-
YUV239.8695.35129.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.91%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 182 (71.48% from 255) = 27.00%
R=35.91%
G=37.09%
B=27.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422501820.0300.270.0267.0687.1884.71
HexF2FAB6301B2435755
Octal36237226630332103127125
Binary1111001011111010101101101101101110100001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAB6; }

 p { color: rgb(242,250,182); }

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

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

 a { background-color: rgb(242,250,182); }

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

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

 span { border-color: rgb(242,250,182); }

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