#F1FAC2

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

Shades of Chiffon #F1FAC2

Tints of Chiffon #F1FAC2

Color information

#F1FAC2 (or 0xF1FAC2) is unknown color: approx Chiffon. HEX triplet: F1, FA and C2. RGB value is (241,250,194). Sum of RGB (Red+Green+Blue) = 241+250+194=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 194 (76.17% from 255 or 28.32% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FAC2 is #0E053D. Grayscale: #F1F1F1. Windows color (decimal): -918846 or 12778225. OLE color: 12778225.

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

Color convert

RGB241250194-
CMYK0.0400.220.02
HSL69.64º84.85%87.06%-
HSV(B)69.64º22.4%98.04%-
XYZ80.290.9764.37-
YUV240.92101.52128.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.18%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 194 (76.17% from 255) = 28.32%
R=35.18%
G=36.50%
B=28.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501940.0400.220.0269.6484.8587.06
HexF1FAC240162465557
Octal36137230240262106125127
Binary11110001111110101100001010001011010100011010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAC2; }

 p { color: rgb(241,250,194); }

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

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

 a { background-color: rgb(241,250,194); }

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

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

 span { border-color: rgb(241,250,194); }

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