#F1F9E0

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

Shades of Saltpan #F1F9E0

Tints of Saltpan #F1F9E0

Color information

#F1F9E0 (or 0xF1F9E0) is unknown color: approx Saltpan. HEX triplet: F1, F9 and E0. RGB value is (241,249,224). Sum of RGB (Red+Green+Blue) = 241+249+224=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 249 (97.66% from 255 or 34.87% from 714); Blue value is 224 (87.89% from 255 or 31.37% from 714); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F9E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F9E0 is #0E061F. Grayscale: #F3F3F3. Windows color (decimal): -919072 or 14744049. OLE color: 14744049.

HSL color Cylindrical-coordinate representation of color #F1F9E0: hue angle of 79.2º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1F9E0 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB241249224-
CMYK0.0300.100.02
HSL79.2º67.57%92.75%-
HSV(B)79.2º10.04%97.65%-
XYZ83.6191.8383.84-
YUV243.76116.85126.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.75%
GREEN value IS 249 (97.66% from 255) = 34.87%
BLUE value IS 224 (87.89% from 255) = 31.37%
R=33.75%
G=34.87%
B=31.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412492240.0300.100.0279.267.5792.75
HexF1F9E030A24f445d
Octal36137134030122117104135
Binary111100011111100111100000110101010100111110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F9E0; }

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

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

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

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

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

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

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

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