#F5FCBA

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

Shades of Chiffon #F5FCBA

Tints of Chiffon #F5FCBA

Color information

#F5FCBA (or 0xF5FCBA) is unknown color: approx Chiffon. HEX triplet: F5, FC and BA. RGB value is (245,252,186). Sum of RGB (Red+Green+Blue) = 245+252+186=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 186 (73.05% from 255 or 27.23% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCBA is #0A0345. Grayscale: #F2F2F2. Windows color (decimal): -656198 or 12254453. OLE color: 12254453.

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

Color convert

RGB245252186-
CMYK0.0300.260.01
HSL66.36º91.67%85.88%-
HSV(B)66.36º26.19%98.82%-
XYZ81.3392.5860.04-
YUV242.3896.18129.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.87%
GREEN value IS 252 (98.83% from 255) = 36.90%
BLUE value IS 186 (73.05% from 255) = 27.23%
R=35.87%
G=36.90%
B=27.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452521860.0300.260.0166.3691.6785.88
HexF5FCBA301A1425c56
Octal36537427230321102134126
Binary111101011111110010111010110110101100001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCBA; }

 p { color: rgb(245,252,186); }

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

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

 a { background-color: rgb(245,252,186); }

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

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

 span { border-color: rgb(245,252,186); }

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