#F5FCB5

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

Shades of Chiffon #F5FCB5

Tints of Chiffon #F5FCB5

Color information

#F5FCB5 (or 0xF5FCB5) is unknown color: approx Chiffon. HEX triplet: F5, FC and B5. RGB value is (245,252,181). Sum of RGB (Red+Green+Blue) = 245+252+181=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 181 (71.09% from 255 or 26.70% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCB5 is #0A034A. Grayscale: #F2F2F2. Windows color (decimal): -656203 or 11926773. OLE color: 11926773.

HSL color Cylindrical-coordinate representation of color #F5FCB5: hue angle of 65.92º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5FCB5 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB245252181-
CMYK0.0300.280.01
HSL65.92º92.21%84.9%-
HSV(B)65.92º28.17%98.82%-
XYZ80.8192.3757.29-
YUV241.8193.68130.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.14%
GREEN value IS 252 (98.83% from 255) = 37.17%
BLUE value IS 181 (71.09% from 255) = 26.70%
R=36.14%
G=37.17%
B=26.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452521810.0300.280.0165.9292.2184.9
HexF5FCB5301C1425c55
Octal36537426530341102134125
Binary111101011111110010110101110111001100001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCB5; }

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

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

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

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

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

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

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

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