#F5FFBB

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

Shades of Chiffon #F5FFBB

Tints of Chiffon #F5FFBB

Color information

#F5FFBB (or 0xF5FFBB) is unknown color: approx Chiffon. HEX triplet: F5, FF and BB. RGB value is (245,255,187). Sum of RGB (Red+Green+Blue) = 245+255+187=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 187 (73.44% from 255 or 27.22% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFBB is #0A0044. Grayscale: #F4F4F4. Windows color (decimal): -655429 or 12320757. OLE color: 12320757.

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

Color convert

RGB245255187-
CMYK0.0400.270
HSL68.82º100%86.67%-
HSV(B)68.82º26.67%100%-
XYZ82.3994.5260.92-
YUV244.2695.69128.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.66%
GREEN value IS 255 (100% from 255) = 37.12%
BLUE value IS 187 (73.44% from 255) = 27.22%
R=35.66%
G=37.12%
B=27.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452551870.0400.27068.8210086.67
HexF5FFBB401B0456457
Octal36537727340330105144127
Binary1111010111111111101110111000110110100010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFBB; }

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

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

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

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

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

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

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

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