#F0FEBA

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

Shades of Chiffon #F0FEBA

Tints of Chiffon #F0FEBA

Color information

#F0FEBA (or 0xF0FEBA) is unknown color: approx Chiffon. HEX triplet: F0, FE and BA. RGB value is (240,254,186). Sum of RGB (Red+Green+Blue) = 240+254+186=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEBA is #0F0145. Grayscale: #F2F2F2. Windows color (decimal): -983366 or 12254960. OLE color: 12254960.

HSL color Cylindrical-coordinate representation of color #F0FEBA: hue angle of 72.35º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0FEBA is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB240254186-
CMYK0.0600.270.00
HSL72.35º97.14%86.27%-
HSV(B)72.35º26.77%99.61%-
XYZ80.2492.9560.17-
YUV242.0696.36126.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.29%
GREEN value IS 254 (99.61% from 255) = 37.35%
BLUE value IS 186 (73.05% from 255) = 27.35%
R=35.29%
G=37.35%
B=27.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402541860.0600.270.0072.3597.1486.27
HexF0FEBA601B0486156
Octal36037627260330110141126
Binary1111000011111110101110101100110110100100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FEBA; }

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

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

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

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

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

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

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

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