#F1F8DD

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

Shades of Saltpan #F1F8DD

Tints of Saltpan #F1F8DD

Color information

#F1F8DD (or 0xF1F8DD) is unknown color: approx Saltpan. HEX triplet: F1, F8 and DD. RGB value is (241,248,221). Sum of RGB (Red+Green+Blue) = 241+248+221=710 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.94% from 710); Green value is 248 (97.27% from 255 or 34.93% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F8DD is #0E0722. Grayscale: #F2F2F2. Windows color (decimal): -919331 or 14547185. OLE color: 14547185.

HSL color Cylindrical-coordinate representation of color #F1F8DD: hue angle of 75.56º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1F8DD is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB241248221-
CMYK0.0300.110.03
HSL75.56º65.85%91.96%-
HSV(B)75.56º10.89%97.25%-
XYZ82.8991.0681.61-
YUV242.83115.68126.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.94%
GREEN value IS 248 (97.27% from 255) = 34.93%
BLUE value IS 221 (86.72% from 255) = 31.13%
R=33.94%
G=34.93%
B=31.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412482210.0300.110.0375.5665.8591.96
HexF1F8DD30B34c425c
Octal36137033530133114102134
Binary111100011111100011011101110101111100110010000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F8DD; }

 p { color: rgb(241,248,221); }

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

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

 a { background-color: rgb(241,248,221); }

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

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

 span { border-color: rgb(241,248,221); }

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