#F7FCBA

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

Shades of Chiffon #F7FCBA

Tints of Chiffon #F7FCBA

Color information

#F7FCBA (or 0xF7FCBA) is unknown color: approx Chiffon. HEX triplet: F7, FC and BA. RGB value is (247,252,186). Sum of RGB (Red+Green+Blue) = 247+252+186=685 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.06% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 186 (73.05% from 255 or 27.15% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FCBA is #080345. Grayscale: #F3F3F3. Windows color (decimal): -525126 or 12254455. OLE color: 12254455.

HSL color Cylindrical-coordinate representation of color #F7FCBA: hue angle of 64.55º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7FCBA is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB247252186-
CMYK0.0200.260.01
HSL64.55º91.67%85.88%-
HSV(B)64.55º26.19%98.82%-
XYZ82.0392.9460.07-
YUV242.9895.84130.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.06%
GREEN value IS 252 (98.83% from 255) = 36.79%
BLUE value IS 186 (73.05% from 255) = 27.15%
R=36.06%
G=36.79%
B=27.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472521860.0200.260.0164.5591.6785.88
HexF7FCBA201A1415c56
Octal36737427220321101134126
Binary111101111111110010111010100110101100000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FCBA; }

 p { color: rgb(247,252,186); }

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

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

 a { background-color: rgb(247,252,186); }

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

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

 span { border-color: rgb(247,252,186); }

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