#F1FCBD

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

Shades of Chiffon #F1FCBD

Tints of Chiffon #F1FCBD

Color information

#F1FCBD (or 0xF1FCBD) is unknown color: approx Chiffon. HEX triplet: F1, FC and BD. RGB value is (241,252,189). Sum of RGB (Red+Green+Blue) = 241+252+189=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 189 (74.22% from 255 or 27.71% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCBD is #0E0342. Grayscale: #F1F1F1. Windows color (decimal): -918339 or 12451057. OLE color: 12451057.

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

Color convert

RGB241252189-
CMYK0.0400.250.01
HSL70.48º91.3%86.47%-
HSV(B)70.48º25%98.82%-
XYZ80.279261.67-
YUV241.5398.36127.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 252 (98.83% from 255) = 36.95%
BLUE value IS 189 (74.22% from 255) = 27.71%
R=35.34%
G=36.95%
B=27.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412521890.0400.250.0170.4891.386.47
HexF1FCBD40191465b56
Octal36137427540311106133126
Binary1111000111111100101111011000110011100011010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FCBD; }

 p { color: rgb(241,252,189); }

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

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

 a { background-color: rgb(241,252,189); }

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

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

 span { border-color: rgb(241,252,189); }

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