#F2F7C0

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

Shades of Chiffon #F2F7C0

Tints of Chiffon #F2F7C0

Color information

#F2F7C0 (or 0xF2F7C0) is unknown color: approx Chiffon. HEX triplet: F2, F7 and C0. RGB value is (242,247,192). Sum of RGB (Red+Green+Blue) = 242+247+192=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 247 (96.88% from 255 or 36.27% from 681); Blue value is 192 (75.39% from 255 or 28.19% from 681); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7C0 is #0D083F. Grayscale: #EFEFEF. Windows color (decimal): -854080 or 12646386. OLE color: 12646386.

HSL color Cylindrical-coordinate representation of color #F2F7C0: hue angle of 65.45º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2F7C0 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB242247192-
CMYK0.0200.220.03
HSL65.45º77.46%86.08%-
HSV(B)65.45º22.27%96.86%-
XYZ79.3989.262.9-
YUV239.24101.34129.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 247 (96.88% from 255) = 36.27%
BLUE value IS 192 (75.39% from 255) = 28.19%
R=35.54%
G=36.27%
B=28.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422471920.0200.220.0365.4577.4686.08
HexF2F7C020163414d56
Octal36236730020263101115126
Binary1111001011110111110000001001011011100000110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F7C0; }

 p { color: rgb(242,247,192); }

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

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

 a { background-color: rgb(242,247,192); }

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

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

 span { border-color: rgb(242,247,192); }

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