#F0F6B4

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

Shades of Chiffon #F0F6B4

Tints of Chiffon #F0F6B4

Color information

#F0F6B4 (or 0xF0F6B4) is unknown color: approx Chiffon. HEX triplet: F0, F6 and B4. RGB value is (240,246,180). Sum of RGB (Red+Green+Blue) = 240+246+180=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 180 (70.70% from 255 or 27.03% from 666); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F6B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F6B4 is #0F094B. Grayscale: #ECECEC. Windows color (decimal): -985420 or 11859696. OLE color: 11859696.

HSL color Cylindrical-coordinate representation of color #F0F6B4: hue angle of 65.45º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0F6B4 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB240246180-
CMYK0.0200.270.04
HSL65.45º78.57%83.53%-
HSV(B)65.45º26.83%96.47%-
XYZ77.1387.7356.05-
YUV236.6896.01130.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.04%
GREEN value IS 246 (96.48% from 255) = 36.94%
BLUE value IS 180 (70.70% from 255) = 27.03%
R=36.04%
G=36.94%
B=27.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402461800.0200.270.0465.4578.5783.53
HexF0F6B4201B4414f54
Octal36036626420334101117124
Binary11110000111101101011010010011011100100000110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F6B4; }

 p { color: rgb(240,246,180); }

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

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

 a { background-color: rgb(240,246,180); }

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

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

 span { border-color: rgb(240,246,180); }

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