#F1FABF

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

Shades of Chiffon #F1FABF

Tints of Chiffon #F1FABF

Color information

#F1FABF (or 0xF1FABF) is unknown color: approx Chiffon. HEX triplet: F1, FA and BF. RGB value is (241,250,191). Sum of RGB (Red+Green+Blue) = 241+250+191=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 191 (75% from 255 or 28.01% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FABF is #0E0540. Grayscale: #F0F0F0. Windows color (decimal): -918849 or 12581617. OLE color: 12581617.

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

Color convert

RGB241250191-
CMYK0.0400.240.02
HSL69.15º85.51%86.47%-
HSV(B)69.15º23.6%98.04%-
XYZ79.8790.8362.61-
YUV240.58100.02128.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 191 (75% from 255) = 28.01%
R=35.34%
G=36.66%
B=28.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501910.0400.240.0269.1585.5186.47
HexF1FABF40182455656
Octal36137227740302105126126
Binary11110001111110101011111110001100010100010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FABF; }

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

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

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

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

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

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

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

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