#F5FAB4

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

Shades of Chiffon #F5FAB4

Tints of Chiffon #F5FAB4

Color information

#F5FAB4 (or 0xF5FAB4) is unknown color: approx Chiffon. HEX triplet: F5, FA and B4. RGB value is (245,250,180). Sum of RGB (Red+Green+Blue) = 245+250+180=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 180 (70.70% from 255 or 26.67% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FAB4 is #0A054B. Grayscale: #F0F0F0. Windows color (decimal): -656716 or 11860725. OLE color: 11860725.

HSL color Cylindrical-coordinate representation of color #F5FAB4: hue angle of 64.29º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5FAB4 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB245250180-
CMYK0.0200.280.02
HSL64.29º87.5%84.31%-
HSV(B)64.29º28%98.04%-
XYZ80.0891.0856.54-
YUV240.5293.84131.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.30%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 180 (70.70% from 255) = 26.67%
R=36.30%
G=37.04%
B=26.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452501800.0200.280.0264.2987.584.31
HexF5FAB4201C2405854
Octal36537226420342100130124
Binary1111010111111010101101001001110010100000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAB4; }

 p { color: rgb(245,250,180); }

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

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

 a { background-color: rgb(245,250,180); }

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

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

 span { border-color: rgb(245,250,180); }

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