#F1FDBB

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

Shades of Chiffon #F1FDBB

Tints of Chiffon #F1FDBB

Color information

#F1FDBB (or 0xF1FDBB) is unknown color: approx Chiffon. HEX triplet: F1, FD and BB. RGB value is (241,253,187). Sum of RGB (Red+Green+Blue) = 241+253+187=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 187 (73.44% from 255 or 27.46% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDBB is #0E0244. Grayscale: #F2F2F2. Windows color (decimal): -918085 or 12320241. OLE color: 12320241.

HSL color Cylindrical-coordinate representation of color #F1FDBB: hue angle of 70.91º 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 #F1FDBB is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB241253187-
CMYK0.0500.260.01
HSL70.91º94.29%86.27%-
HSV(B)70.91º26.09%99.22%-
XYZ80.3792.5460.64-
YUV241.8997.02127.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.39%
GREEN value IS 253 (99.22% from 255) = 37.15%
BLUE value IS 187 (73.44% from 255) = 27.46%
R=35.39%
G=37.15%
B=27.46%

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
Decimal2412531870.0500.260.0170.9194.2986.27
HexF1FDBB501A1475e56
Octal36137527350321107136126
Binary1111000111111101101110111010110101100011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDBB; }

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

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

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

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

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

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

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

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