#F0FABA

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

Shades of Chiffon #F0FABA

Tints of Chiffon #F0FABA

Color information

#F0FABA (or 0xF0FABA) is unknown color: approx Chiffon. HEX triplet: F0, FA and BA. RGB value is (240,250,186). Sum of RGB (Red+Green+Blue) = 240+250+186=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 186 (73.05% from 255 or 27.51% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FABA is #0F0545. Grayscale: #EFEFEF. Windows color (decimal): -984390 or 12253936. OLE color: 12253936.

HSL color Cylindrical-coordinate representation of color #F0FABA: hue angle of 69.38º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0FABA is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB240250186-
CMYK0.0400.260.02
HSL69.38º86.49%85.49%-
HSV(B)69.38º25.6%98.04%-
XYZ78.9890.4459.75-
YUV239.7197.69128.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.50%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 186 (73.05% from 255) = 27.51%
R=35.50%
G=36.98%
B=27.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402501860.0400.260.0269.3886.4985.49
HexF0FABA401A2455655
Octal36037227240322105126125
Binary11110000111110101011101010001101010100010110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FABA; }

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

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

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

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

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

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

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

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