#F1FBDE

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

Shades of Saltpan #F1FBDE

Tints of Saltpan #F1FBDE

Color information

#F1FBDE (or 0xF1FBDE) is unknown color: approx Saltpan. HEX triplet: F1, FB and DE. RGB value is (241,251,222). Sum of RGB (Red+Green+Blue) = 241+251+222=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 251 (98.44% from 255 or 35.15% from 714); Blue value is 222 (87.11% from 255 or 31.09% from 714); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FBDE is #0E0421. Grayscale: #F4F4F4. Windows color (decimal): -918562 or 14613489. OLE color: 14613489.

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

Color convert

RGB241251222-
CMYK0.0400.120.02
HSL80.69º78.38%92.75%-
HSV(B)80.69º11.55%98.43%-
XYZ83.9692.9782.63-
YUV244.7115.19125.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.75%
GREEN value IS 251 (98.44% from 255) = 35.15%
BLUE value IS 222 (87.11% from 255) = 31.09%
R=33.75%
G=35.15%
B=31.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412512220.0400.120.0280.6978.3892.75
HexF1FBDE40C2514e5d
Octal36137333640142121116135
Binary1111000111111011110111101000110010101000110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBDE; }

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

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

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

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

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

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

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

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