#F3FEE5

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

Shades of Saltpan #F3FEE5

Tints of Saltpan #F3FEE5

Color information

#F3FEE5 (or 0xF3FEE5) is unknown color: approx Saltpan. HEX triplet: F3, FE and E5. RGB value is (243,254,229). Sum of RGB (Red+Green+Blue) = 243+254+229=726 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.47% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 229 (89.84% from 255 or 31.54% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FEE5 is #0C011A. Grayscale: #F7F7F7. Windows color (decimal): -786715 or 15073011. OLE color: 15073011.

HSL color Cylindrical-coordinate representation of color #F3FEE5: hue angle of 86.4º 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 #F3FEE5 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB243254229-
CMYK0.0400.100.00
HSL86.4º92.59%94.71%-
HSV(B)86.4º9.84%99.61%-
XYZ86.5595.688.02-
YUV247.86117.36124.53-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.47%
GREEN value IS 254 (99.61% from 255) = 34.99%
BLUE value IS 229 (89.84% from 255) = 31.54%
R=33.47%
G=34.99%
B=31.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432542290.0400.100.0086.492.5994.71
HexF3FEE540A0565d5f
Octal36337634540120126135137
Binary111100111111111011100101100010100101011010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FEE5; }

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

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

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

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

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

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

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

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