#F3FEE4

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

Shades of Saltpan #F3FEE4

Tints of Saltpan #F3FEE4

Color information

#F3FEE4 (or 0xF3FEE4) is unknown color: approx Saltpan. HEX triplet: F3, FE and E4. RGB value is (243,254,228). Sum of RGB (Red+Green+Blue) = 243+254+228=725 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.52% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 228 (89.45% from 255 or 31.45% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FEE4 is #0C011B. Grayscale: #F7F7F7. Windows color (decimal): -786716 or 15007475. OLE color: 15007475.

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

Color convert

RGB243254228-
CMYK0.0400.100.00
HSL85.38º92.86%94.51%-
HSV(B)85.38º10.24%99.61%-
XYZ86.4195.5487.29-
YUV247.75116.86124.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.52%
GREEN value IS 254 (99.61% from 255) = 35.03%
BLUE value IS 228 (89.45% from 255) = 31.45%
R=33.52%
G=35.03%
B=31.45%

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
Decimal2432542280.0400.100.0085.3892.8694.51
HexF3FEE440A0555d5f
Octal36337634440120125135137
Binary111100111111111011100100100010100101010110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FEE4; }

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

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

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

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

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

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

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

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