#F7FCF2

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

Shades of Saltpan #F7FCF2

Tints of Saltpan #F7FCF2

Color information

#F7FCF2 (or 0xF7FCF2) is unknown color: approx Saltpan. HEX triplet: F7, FC and F2. RGB value is (247,252,242). Sum of RGB (Red+Green+Blue) = 247+252+242=741 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.33% from 741); Green value is 252 (98.83% from 255 or 34.01% from 741); Blue value is 242 (94.92% from 255 or 32.66% from 741); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FCF2 is #08030D. Grayscale: #F9F9F9. Windows color (decimal): -525070 or 15924471. OLE color: 15924471.

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

Color convert

RGB247252242-
CMYK0.0200.040.01
HSL90º62.5%96.86%-
HSV(B)90º3.97%98.82%-
XYZ89.295.8197.8-
YUV249.36123.84126.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.33%
GREEN value IS 252 (98.83% from 255) = 34.01%
BLUE value IS 242 (94.92% from 255) = 32.66%
R=33.33%
G=34.01%
B=32.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472522420.0200.040.019062.596.86
HexF7FCF220415a3e61
Octal367374362204113276141
Binary111101111111110011110010100100110110101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FCF2; }

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

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

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

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

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

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

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

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