#F2FAE0

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

Shades of Saltpan #F2FAE0

Tints of Saltpan #F2FAE0

Color information

#F2FAE0 (or 0xF2FAE0) is unknown color: approx Saltpan. HEX triplet: F2, FA and E0. RGB value is (242,250,224). Sum of RGB (Red+Green+Blue) = 242+250+224=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 224 (87.89% from 255 or 31.28% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FAE0 is #0D051F. Grayscale: #F4F4F4. Windows color (decimal): -853280 or 14744306. OLE color: 14744306.

HSL color Cylindrical-coordinate representation of color #F2FAE0: hue angle of 78.46º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2FAE0 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB242250224-
CMYK0.0300.100.02
HSL78.46º72.22%92.94%-
HSV(B)78.46º10.4%98.04%-
XYZ84.2692.6383.96-
YUV244.64116.35126.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.80%
GREEN value IS 250 (98.05% from 255) = 34.92%
BLUE value IS 224 (87.89% from 255) = 31.28%
R=33.80%
G=34.92%
B=31.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502240.0300.100.0278.4672.2292.94
HexF2FAE030A24e485d
Octal36237234030122116110135
Binary111100101111101011100000110101010100111010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAE0; }

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

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

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

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

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

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

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

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