#F1F9DF

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

Shades of Saltpan #F1F9DF

Tints of Saltpan #F1F9DF

Color information

#F1F9DF (or 0xF1F9DF) is unknown color: approx Saltpan. HEX triplet: F1, F9 and DF. RGB value is (241,249,223). Sum of RGB (Red+Green+Blue) = 241+249+223=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 249 (97.66% from 255 or 34.92% from 713); Blue value is 223 (87.5% from 255 or 31.28% from 713); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F9DF is #0E0620. Grayscale: #F3F3F3. Windows color (decimal): -919073 or 14678513. OLE color: 14678513.

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

Color convert

RGB241249223-
CMYK0.0300.100.02
HSL78.46º68.42%92.55%-
HSV(B)78.46º10.44%97.65%-
XYZ83.4791.7883.13-
YUV243.64116.35126.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.80%
GREEN value IS 249 (97.66% from 255) = 34.92%
BLUE value IS 223 (87.5% from 255) = 31.28%
R=33.80%
G=34.92%
B=31.28%

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
Decimal2412492230.0300.100.0278.4668.4292.55
HexF1F9DF30A24e445d
Octal36137133730122116104135
Binary111100011111100111011111110101010100111010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F9DF; }

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

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

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

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

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

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

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

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