#F3FFE1

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

Shades of Saltpan #F3FFE1

Tints of Saltpan #F3FFE1

Color information

#F3FFE1 (or 0xF3FFE1) is unknown color: approx Saltpan. HEX triplet: F3, FF and E1. RGB value is (243,255,225). Sum of RGB (Red+Green+Blue) = 243+255+225=723 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.61% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 225 (88.28% from 255 or 31.12% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFE1 is #0C001E. Grayscale: #F8F8F8. Windows color (decimal): -786463 or 14811123. OLE color: 14811123.

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

Color convert

RGB243255225-
CMYK0.0500.120
HSL84º100%94.12%-
HSV(B)84º11.76%100%-
XYZ86.3196.0185.22-
YUV247.99115.02124.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.61%
GREEN value IS 255 (100% from 255) = 35.27%
BLUE value IS 225 (88.28% from 255) = 31.12%
R=33.61%
G=35.27%
B=31.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432552250.0500.1208410094.12
HexF3FFE150C054645e
Octal36337734150140124144136
Binary111100111111111111100001101011000101010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FFE1; }

 p { color: rgb(243,255,225); }

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

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

 a { background-color: rgb(243,255,225); }

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

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

 span { border-color: rgb(243,255,225); }

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