#F2FAE8

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

Shades of Saltpan #F2FAE8

Tints of Saltpan #F2FAE8

Color information

#F2FAE8 (or 0xF2FAE8) is unknown color: approx Saltpan. HEX triplet: F2, FA and E8. RGB value is (242,250,232). Sum of RGB (Red+Green+Blue) = 242+250+232=724 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.43% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 232 (91.02% from 255 or 32.04% from 724); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAE8 is #0D0517. Grayscale: #F5F5F5. Windows color (decimal): -853272 or 15268594. OLE color: 15268594.

HSL color Cylindrical-coordinate representation of color #F2FAE8: hue angle of 86.67º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2FAE8 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB242250232-
CMYK0.0300.070.02
HSL86.67º64.29%94.51%-
HSV(B)86.67º7.2%98.04%-
XYZ85.3793.0789.81-
YUV245.56120.35125.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.43%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 232 (91.02% from 255) = 32.04%
R=33.43%
G=34.53%
B=32.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502320.0300.070.0286.6764.2994.51
HexF2FAE8307257405f
Octal3623723503072127100137
Binary11110010111110101110100011011110101011110000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAE8; }

 p { color: rgb(242,250,232); }

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

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

 a { background-color: rgb(242,250,232); }

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

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

 span { border-color: rgb(242,250,232); }

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