#F0FFBA

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

Shades of Chiffon #F0FFBA

Tints of Chiffon #F0FFBA

Color information

#F0FFBA (or 0xF0FFBA) is unknown color: approx Chiffon. HEX triplet: F0, FF and BA. RGB value is (240,255,186). Sum of RGB (Red+Green+Blue) = 240+255+186=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 186 (73.05% from 255 or 27.31% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFBA is #0F0045. Grayscale: #F2F2F2. Windows color (decimal): -983110 or 12255216. OLE color: 12255216.

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

Color convert

RGB240255186-
CMYK0.0600.270
HSL73.04º100%86.47%-
HSV(B)73.04º27.06%100%-
XYZ80.5693.5960.27-
YUV242.6596.03126.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.24%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 186 (73.05% from 255) = 27.31%
R=35.24%
G=37.44%
B=27.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402551860.0600.27073.0410086.47
HexF0FFBA601B0496456
Octal36037727260330111144126
Binary1111000011111111101110101100110110100100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFBA; }

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

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

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

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

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

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

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

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