#F2FEE5

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

Shades of Saltpan #F2FEE5

Tints of Saltpan #F2FEE5

Color information

#F2FEE5 (or 0xF2FEE5) is unknown color: approx Saltpan. HEX triplet: F2, FE and E5. RGB value is (242,254,229). Sum of RGB (Red+Green+Blue) = 242+254+229=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 229 (89.84% from 255 or 31.59% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEE5 is #0D011A. Grayscale: #F7F7F7. Windows color (decimal): -852251 or 15073010. OLE color: 15073010.

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

Color convert

RGB242254229-
CMYK0.0500.100.00
HSL88.8º92.59%94.71%-
HSV(B)88.8º9.84%99.61%-
XYZ86.295.4288-
YUV247.56117.52124.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.38%
GREEN value IS 254 (99.61% from 255) = 35.03%
BLUE value IS 229 (89.84% from 255) = 31.59%
R=33.38%
G=35.03%
B=31.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542290.0500.100.0088.892.5994.71
HexF2FEE550A0595d5f
Octal36237634550120131135137
Binary111100101111111011100101101010100101100110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEE5; }

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

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

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

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

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

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

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

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