#F1FCE0

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

Shades of Saltpan #F1FCE0

Tints of Saltpan #F1FCE0

Color information

#F1FCE0 (or 0xF1FCE0) is unknown color: approx Saltpan. HEX triplet: F1, FC and E0. RGB value is (241,252,224). Sum of RGB (Red+Green+Blue) = 241+252+224=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 224 (87.89% from 255 or 31.24% from 717); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCE0 is #0E031F. Grayscale: #F5F5F5. Windows color (decimal): -918304 or 14744817. OLE color: 14744817.

HSL color Cylindrical-coordinate representation of color #F1FCE0: hue angle of 83.57º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1FCE0 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB241252224-
CMYK0.0400.110.01
HSL83.57º82.35%93.33%-
HSV(B)83.57º11.11%98.82%-
XYZ84.5493.784.15-
YUV245.52115.86124.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.61%
GREEN value IS 252 (98.83% from 255) = 35.15%
BLUE value IS 224 (87.89% from 255) = 31.24%
R=33.61%
G=35.15%
B=31.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412522240.0400.110.0183.5782.3593.33
HexF1FCE040B154525d
Octal36137434040131124122135
Binary111100011111110011100000100010111101010010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FCE0; }

 p { color: rgb(241,252,224); }

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

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

 a { background-color: rgb(241,252,224); }

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

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

 span { border-color: rgb(241,252,224); }

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