#F2FAE7

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

Shades of Saltpan #F2FAE7

Tints of Saltpan #F2FAE7

Color information

#F2FAE7 (or 0xF2FAE7) is unknown color: approx Saltpan. HEX triplet: F2, FA and E7. RGB value is (242,250,231). Sum of RGB (Red+Green+Blue) = 242+250+231=723 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.47% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 231 (90.62% from 255 or 31.95% from 723); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAE7 is #0D0518. Grayscale: #F5F5F5. Windows color (decimal): -853273 or 15203058. OLE color: 15203058.

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

Color convert

RGB242250231-
CMYK0.0300.080.02
HSL85.26º65.52%94.31%-
HSV(B)85.26º7.6%98.04%-
XYZ85.2393.0289.06-
YUV245.44119.85125.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.47%
GREEN value IS 250 (98.05% from 255) = 34.58%
BLUE value IS 231 (90.62% from 255) = 31.95%
R=33.47%
G=34.58%
B=31.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502310.0300.080.0285.2665.5294.31
HexF2FAE7308255425e
Octal36237234730102125102136
Binary111100101111101011100111110100010101010110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAE7; }

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

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

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

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

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

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

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

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