#F2FEE0

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

Shades of Saltpan #F2FEE0

Tints of Saltpan #F2FEE0

Color information

#F2FEE0 (or 0xF2FEE0) is unknown color: approx Saltpan. HEX triplet: F2, FE and E0. RGB value is (242,254,224). Sum of RGB (Red+Green+Blue) = 242+254+224=720 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.61% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 224 (87.89% from 255 or 31.11% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEE0 is #0D011F. Grayscale: #F7F7F7. Windows color (decimal): -852256 or 14745330. OLE color: 14745330.

HSL color Cylindrical-coordinate representation of color #F2FEE0: hue angle of 84º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2FEE0 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB242254224-
CMYK0.0500.120.00
HSL84º93.75%93.73%-
HSV(B)84º11.81%99.61%-
XYZ85.5195.1484.38-
YUV246.99115.02124.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.61%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 224 (87.89% from 255) = 31.11%
R=33.61%
G=35.28%
B=31.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542240.0500.120.008493.7593.73
HexF2FEE050C0545e5e
Octal36237634050140124136136
Binary111100101111111011100000101011000101010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEE0; }

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

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

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

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

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

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

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

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