#F5FFBF

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

Shades of Chiffon #F5FFBF

Tints of Chiffon #F5FFBF

Color information

#F5FFBF (or 0xF5FFBF) is unknown color: approx Chiffon. HEX triplet: F5, FF and BF. RGB value is (245,255,191). Sum of RGB (Red+Green+Blue) = 245+255+191=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 191 (75% from 255 or 27.64% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFBF is #0A0040. Grayscale: #F4F4F4. Windows color (decimal): -655425 or 12582901. OLE color: 12582901.

HSL color Cylindrical-coordinate representation of color #F5FFBF: hue angle of 69.38º 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 #F5FFBF is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB245255191-
CMYK0.0400.250
HSL69.38º100%87.45%-
HSV(B)69.38º25.1%100%-
XYZ82.8294.6963.2-
YUV244.7197.69128.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.46%
GREEN value IS 255 (100% from 255) = 36.90%
BLUE value IS 191 (75% from 255) = 27.64%
R=35.46%
G=36.90%
B=27.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452551910.0400.25069.3810087.45
HexF5FFBF40190456457
Octal36537727740310105144127
Binary1111010111111111101111111000110010100010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFBF; }

 p { color: rgb(245,255,191); }

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

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

 a { background-color: rgb(245,255,191); }

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

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

 span { border-color: rgb(245,255,191); }

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