#F1FBDA

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

Shades of Saltpan #F1FBDA

Tints of Saltpan #F1FBDA

Color information

#F1FBDA (or 0xF1FBDA) is unknown color: approx Saltpan. HEX triplet: F1, FB and DA. RGB value is (241,251,218). Sum of RGB (Red+Green+Blue) = 241+251+218=710 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.94% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FBDA is #0E0425. Grayscale: #F4F4F4. Windows color (decimal): -918566 or 14351345. OLE color: 14351345.

HSL color Cylindrical-coordinate representation of color #F1FBDA: hue angle of 78.18º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1FBDA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB241251218-
CMYK0.0400.130.02
HSL78.18º80.49%91.96%-
HSV(B)78.18º13.15%98.43%-
XYZ83.4392.7679.84-
YUV244.25113.19125.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.94%
GREEN value IS 251 (98.44% from 255) = 35.35%
BLUE value IS 218 (85.55% from 255) = 30.70%
R=33.94%
G=35.35%
B=30.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412512180.0400.130.0278.1880.4991.96
HexF1FBDA40D24e505c
Octal36137333240152116120134
Binary1111000111111011110110101000110110100111010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBDA; }

 p { color: rgb(241,251,218); }

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

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

 a { background-color: rgb(241,251,218); }

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

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

 span { border-color: rgb(241,251,218); }

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