#F2FAE3

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

Shades of Saltpan #F2FAE3

Tints of Saltpan #F2FAE3

Color information

#F2FAE3 (or 0xF2FAE3) is unknown color: approx Saltpan. HEX triplet: F2, FA and E3. RGB value is (242,250,227). Sum of RGB (Red+Green+Blue) = 242+250+227=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 227 (89.06% from 255 or 31.57% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FAE3 is #0D051C. Grayscale: #F5F5F5. Windows color (decimal): -853277 or 14940914. OLE color: 14940914.

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

Color convert

RGB242250227-
CMYK0.0300.090.02
HSL80.87º69.7%93.53%-
HSV(B)80.87º9.2%98.04%-
XYZ84.6792.7986.12-
YUV244.99117.85125.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.66%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 227 (89.06% from 255) = 31.57%
R=33.66%
G=34.77%
B=31.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502270.0300.090.0280.8769.793.53
HexF2FAE3309251465e
Octal36237234330112121106136
Binary111100101111101011100011110100110101000110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAE3; }

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

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

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

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

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

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

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

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