#F0F1BA

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

Shades of Chiffon #F0F1BA

Tints of Chiffon #F0F1BA

Color information

#F0F1BA (or 0xF0F1BA) is unknown color: approx Chiffon. HEX triplet: F0, F1 and BA. RGB value is (240,241,186). Sum of RGB (Red+Green+Blue) = 240+241+186=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 186 (73.05% from 255 or 27.89% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1BA is #0F0E45. Grayscale: #EAEAEA. Windows color (decimal): -986694 or 12251632. OLE color: 12251632.

HSL color Cylindrical-coordinate representation of color #F0F1BA: hue angle of 61.09º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0F1BA is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB240241186-
CMYK0.0000.230.05
HSL61.09º66.27%83.73%-
HSV(B)61.09º22.82%94.51%-
XYZ76.2584.9858.84-
YUV234.43100.67131.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 241 (94.53% from 255) = 36.13%
BLUE value IS 186 (73.05% from 255) = 27.89%
R=35.98%
G=36.13%
B=27.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402411860.0000.230.0561.0966.2783.73
HexF0F1BA001753d4254
Octal3603612720027575102124
Binary111100001111000110111010001011110111110110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F1BA; }

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

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

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

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

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

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

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

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