#F1FBDF

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

Shades of Saltpan #F1FBDF

Tints of Saltpan #F1FBDF

Color information

#F1FBDF (or 0xF1FBDF) is unknown color: approx Saltpan. HEX triplet: F1, FB and DF. RGB value is (241,251,223). Sum of RGB (Red+Green+Blue) = 241+251+223=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FBDF is #0E0420. Grayscale: #F4F4F4. Windows color (decimal): -918561 or 14679025. OLE color: 14679025.

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

Color convert

RGB241251223-
CMYK0.0400.110.02
HSL81.43º77.78%92.94%-
HSV(B)81.43º11.16%98.43%-
XYZ84.0993.0283.34-
YUV244.82115.69125.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.71%
GREEN value IS 251 (98.44% from 255) = 35.10%
BLUE value IS 223 (87.5% from 255) = 31.19%
R=33.71%
G=35.10%
B=31.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412512230.0400.110.0281.4377.7892.94
HexF1FBDF40B2514e5d
Octal36137333740132121116135
Binary1111000111111011110111111000101110101000110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FBDF; }

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

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

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

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

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

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

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

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