#F1FFBE

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

Shades of Chiffon #F1FFBE

Tints of Chiffon #F1FFBE

Color information

#F1FFBE (or 0xF1FFBE) is unknown color: approx Chiffon. HEX triplet: F1, FF and BE. RGB value is (241,255,190). Sum of RGB (Red+Green+Blue) = 241+255+190=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 190 (74.61% from 255 or 27.70% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFBE is #0E0041. Grayscale: #F3F3F3. Windows color (decimal): -917570 or 12517361. OLE color: 12517361.

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

Color convert

RGB241255190-
CMYK0.0500.250
HSL72.92º100%87.25%-
HSV(B)72.92º25.49%100%-
XYZ81.3393.9462.56-
YUV243.497.86126.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.13%
GREEN value IS 255 (100% from 255) = 37.17%
BLUE value IS 190 (74.61% from 255) = 27.70%
R=35.13%
G=37.17%
B=27.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412551900.0500.25072.9210087.25
HexF1FFBE50190496457
Octal36137727650310111144127
Binary1111000111111111101111101010110010100100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FFBE; }

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

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

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

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

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

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

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

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