#F0FABE

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

Shades of Chiffon #F0FABE

Tints of Chiffon #F0FABE

Color information

#F0FABE (or 0xF0FABE) is unknown color: approx Chiffon. HEX triplet: F0, FA and BE. RGB value is (240,250,190). Sum of RGB (Red+Green+Blue) = 240+250+190=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 190 (74.61% from 255 or 27.94% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FABE is #0F0541. Grayscale: #F0F0F0. Windows color (decimal): -984386 or 12516080. OLE color: 12516080.

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

Color convert

RGB240250190-
CMYK0.0400.240.02
HSL70º85.71%86.27%-
HSV(B)70º24%98.04%-
XYZ79.4290.6162.02-
YUV240.1799.69127.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.29%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 190 (74.61% from 255) = 27.94%
R=35.29%
G=36.76%
B=27.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402501900.0400.240.027085.7186.27
HexF0FABE40182465656
Octal36037227640302106126126
Binary11110000111110101011111010001100010100011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FABE; }

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

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

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

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

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

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

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

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