#F0F3BA

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

Shades of Chiffon #F0F3BA

Tints of Chiffon #F0F3BA

Color information

#F0F3BA (or 0xF0F3BA) is unknown color: approx Chiffon. HEX triplet: F0, F3 and BA. RGB value is (240,243,186). Sum of RGB (Red+Green+Blue) = 240+243+186=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3BA is #0F0C45. Grayscale: #EBEBEB. Windows color (decimal): -986182 or 12252144. OLE color: 12252144.

HSL color Cylindrical-coordinate representation of color #F0F3BA: hue angle of 63.16º degrees, saturation: 0.7, 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 #F0F3BA is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB240243186-
CMYK0.0100.230.05
HSL63.16º70.37%84.12%-
HSV(B)63.16º23.46%95.29%-
XYZ76.8586.1759.04-
YUV235.6100.01131.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.87%
GREEN value IS 243 (95.31% from 255) = 36.32%
BLUE value IS 186 (73.05% from 255) = 27.80%
R=35.87%
G=36.32%
B=27.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402431860.0100.230.0563.1670.3784.12
HexF0F3BA101753f4654
Octal3603632721027577106124
Binary111100001111001110111010101011110111111110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3BA; }

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

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

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

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

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

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

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

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