#F0F0BA

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

Shades of Chiffon #F0F0BA

Tints of Chiffon #F0F0BA

Color information

#F0F0BA (or 0xF0F0BA) is unknown color: approx Chiffon. HEX triplet: F0, F0 and BA. RGB value is (240,240,186). Sum of RGB (Red+Green+Blue) = 240+240+186=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F0BA is #0F0F45. Grayscale: #EAEAEA. Windows color (decimal): -986950 or 12251376. OLE color: 12251376.

HSL color Cylindrical-coordinate representation of color #F0F0BA: hue angle of 60º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0F0BA is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240240186-
CMYK000.220.06
HSL60º64.29%83.53%-
HSV(B)60º22.5%94.12%-
XYZ75.9684.3958.74-
YUV233.84101132.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.04%
GREEN value IS 240 (94.14% from 255) = 36.04%
BLUE value IS 186 (73.05% from 255) = 27.93%
R=36.04%
G=36.04%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240186000.220.066064.2983.53
HexF0F0BA001663c4054
Octal3603602720026674100124
Binary111100001111000010111010001011011011110010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F0BA; }

 p { color: rgb(240,240,186); }

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

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

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

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

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

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

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