#F1FADC

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

Shades of Saltpan #F1FADC

Tints of Saltpan #F1FADC

Color information

#F1FADC (or 0xF1FADC) is unknown color: approx Saltpan. HEX triplet: F1, FA and DC. RGB value is (241,250,220). Sum of RGB (Red+Green+Blue) = 241+250+220=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 220 (86.33% from 255 or 30.94% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FADC is #0E0523. Grayscale: #F4F4F4. Windows color (decimal): -918820 or 14482161. OLE color: 14482161.

HSL color Cylindrical-coordinate representation of color #F1FADC: hue angle of 78º degrees, saturation: 0.75, 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 #F1FADC is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB241250220-
CMYK0.0400.120.02
HSL78º75%92.16%-
HSV(B)78º12%98.04%-
XYZ83.3892.2481.12-
YUV243.89114.52125.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.90%
GREEN value IS 250 (98.05% from 255) = 35.16%
BLUE value IS 220 (86.33% from 255) = 30.94%
R=33.90%
G=35.16%
B=30.94%

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
Decimal2412502200.0400.120.02787592.16
HexF1FADC40C24e4b5c
Octal36137233440142116113134
Binary1111000111111010110111001000110010100111010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FADC; }

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

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

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

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

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

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

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

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