#FBFDF9

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

Shades of Saltpan #FBFDF9

Tints of Saltpan #FBFDF9

Color information

#FBFDF9 (or 0xFBFDF9) is unknown color: approx Saltpan. HEX triplet: FB, FD and F9. RGB value is (251,253,249). Sum of RGB (Red+Green+Blue) = 251+253+249=753 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.33% from 753); Green value is 253 (99.22% from 255 or 33.60% from 753); Blue value is 249 (97.66% from 255 or 33.07% from 753); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFDF9 is #040206. Grayscale: #FBFBFB. Windows color (decimal): -262663 or 16383483. OLE color: 16383483.

HSL color Cylindrical-coordinate representation of color #FBFDF9: hue angle of 90º degrees, saturation: 0.5, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FBFDF9 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB251253249-
CMYK0.0100.020.01
HSL90º50%98.43%-
HSV(B)90º1.58%99.22%-
XYZ92.0197.6103.61-
YUV251.95126.34127.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.33%
GREEN value IS 253 (99.22% from 255) = 33.60%
BLUE value IS 249 (97.66% from 255) = 33.07%
R=33.33%
G=33.60%
B=33.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512532490.0100.020.01905098.43
HexFBFDF910215a3262
Octal373375371102113262142
Binary1111101111111101111110011010110110101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFDF9; }

 p { color: rgb(251,253,249); }

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

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

 a { background-color: rgb(251,253,249); }

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

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

 span { border-color: rgb(251,253,249); }

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