#F5F6BA

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

Shades of Chiffon #F5F6BA

Tints of Chiffon #F5F6BA

Color information

#F5F6BA (or 0xF5F6BA) is unknown color: approx Chiffon. HEX triplet: F5, F6 and BA. RGB value is (245,246,186). Sum of RGB (Red+Green+Blue) = 245+246+186=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 246 (96.48% from 255 or 36.34% from 677); Blue value is 186 (73.05% from 255 or 27.47% from 677); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F6BA is #0A0945. Grayscale: #EFEFEF. Windows color (decimal): -657734 or 12252917. OLE color: 12252917.

HSL color Cylindrical-coordinate representation of color #F5F6BA: hue angle of 61º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5F6BA is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245246186-
CMYK0.0000.240.04
HSL61º76.92%84.71%-
HSV(B)61º24.39%96.47%-
XYZ79.4788.8759.42-
YUV238.8698.17132.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.19%
GREEN value IS 246 (96.48% from 255) = 36.34%
BLUE value IS 186 (73.05% from 255) = 27.47%
R=36.19%
G=36.34%
B=27.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452461860.0000.240.046176.9284.71
HexF5F6BA001843d4d55
Octal3653662720030475115125
Binary111101011111011010111010001100010011110110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F6BA; }

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

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

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

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

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

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

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

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