#F1FDBA

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

Shades of Chiffon #F1FDBA

Tints of Chiffon #F1FDBA

Color information

#F1FDBA (or 0xF1FDBA) is unknown color: approx Chiffon. HEX triplet: F1, FD and BA. RGB value is (241,253,186). Sum of RGB (Red+Green+Blue) = 241+253+186=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDBA is #0E0245. Grayscale: #F2F2F2. Windows color (decimal): -918086 or 12254705. OLE color: 12254705.

HSL color Cylindrical-coordinate representation of color #F1FDBA: hue angle of 70.75º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1FDBA is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB241253186-
CMYK0.0500.260.01
HSL70.75º94.37%86.08%-
HSV(B)70.75º26.48%99.22%-
XYZ80.2692.560.08-
YUV241.7796.52127.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 186 (73.05% from 255) = 27.35%
R=35.44%
G=37.21%
B=27.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412531860.0500.260.0170.7594.3786.08
HexF1FDBA501A1475e56
Octal36137527250321107136126
Binary1111000111111101101110101010110101100011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDBA; }

 p { color: rgb(241,253,186); }

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

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

 a { background-color: rgb(241,253,186); }

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

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

 span { border-color: rgb(241,253,186); }

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