#F2FEE1

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

Shades of Saltpan #F2FEE1

Tints of Saltpan #F2FEE1

Color information

#F2FEE1 (or 0xF2FEE1) is unknown color: approx Saltpan. HEX triplet: F2, FE and E1. RGB value is (242,254,225). Sum of RGB (Red+Green+Blue) = 242+254+225=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 225 (88.28% from 255 or 31.21% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEE1 is #0D011E. Grayscale: #F7F7F7. Windows color (decimal): -852255 or 14810866. OLE color: 14810866.

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

Color convert

RGB242254225-
CMYK0.0500.110.00
HSL84.83º93.55%93.92%-
HSV(B)84.83º11.42%99.61%-
XYZ85.6595.285.09-
YUV247.11115.52124.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.56%
GREEN value IS 254 (99.61% from 255) = 35.23%
BLUE value IS 225 (88.28% from 255) = 31.21%
R=33.56%
G=35.23%
B=31.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542250.0500.110.0084.8393.5593.92
HexF2FEE150B0555e5e
Octal36237634150130125136136
Binary111100101111111011100001101010110101010110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEE1; }

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

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

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

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

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

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

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

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