#F1FDBE

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

Shades of Chiffon #F1FDBE

Tints of Chiffon #F1FDBE

Color information

#F1FDBE (or 0xF1FDBE) is unknown color: approx Chiffon. HEX triplet: F1, FD and BE. RGB value is (241,253,190). Sum of RGB (Red+Green+Blue) = 241+253+190=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 190 (74.61% from 255 or 27.78% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDBE is #0E0241. Grayscale: #F2F2F2. Windows color (decimal): -918082 or 12516849. OLE color: 12516849.

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

Color convert

RGB241253190-
CMYK0.0500.250.01
HSL71.43º94.03%86.86%-
HSV(B)71.43º24.9%99.22%-
XYZ80.792.6762.35-
YUV242.2398.52127.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.23%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 190 (74.61% from 255) = 27.78%
R=35.23%
G=36.99%
B=27.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412531900.0500.250.0171.4394.0386.86
HexF1FDBE50191475e57
Octal36137527650311107136127
Binary1111000111111101101111101010110011100011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDBE; }

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

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

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

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

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

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

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

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