#F1FBDC

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

Shades of Saltpan #F1FBDC

Tints of Saltpan #F1FBDC

Color information

#F1FBDC (or 0xF1FBDC) is unknown color: approx Saltpan. HEX triplet: F1, FB and DC. RGB value is (241,251,220). Sum of RGB (Red+Green+Blue) = 241+251+220=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FBDC is #0E0423. Grayscale: #F4F4F4. Windows color (decimal): -918564 or 14482417. OLE color: 14482417.

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

Color convert

RGB241251220-
CMYK0.0400.120.02
HSL79.35º79.49%92.35%-
HSV(B)79.35º12.35%98.43%-
XYZ83.6992.8681.22-
YUV244.48114.19125.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.85%
GREEN value IS 251 (98.44% from 255) = 35.25%
BLUE value IS 220 (86.33% from 255) = 30.90%
R=33.85%
G=35.25%
B=30.90%

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
Decimal2412512200.0400.120.0279.3579.4992.35
HexF1FBDC40C24f4f5c
Octal36137333440142117117134
Binary1111000111111011110111001000110010100111110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBDC; }

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

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

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

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

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

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

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

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