#F8FDF2

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

Shades of Saltpan #F8FDF2

Tints of Saltpan #F8FDF2

Color information

#F8FDF2 (or 0xF8FDF2) is unknown color: approx Saltpan. HEX triplet: F8, FD and F2. RGB value is (248,253,242). Sum of RGB (Red+Green+Blue) = 248+253+242=743 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.38% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 242 (94.92% from 255 or 32.57% from 743); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FDF2 is #07020D. Grayscale: #FAFAFA. Windows color (decimal): -459278 or 15924728. OLE color: 15924728.

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

Color convert

RGB248253242-
CMYK0.0200.040.01
HSL87.27º73.33%97.06%-
HSV(B)87.27º4.35%99.22%-
XYZ89.8696.6297.92-
YUV250.25123.34126.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.38%
GREEN value IS 253 (99.22% from 255) = 34.05%
BLUE value IS 242 (94.92% from 255) = 32.57%
R=33.38%
G=34.05%
B=32.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482532420.0200.040.0187.2773.3397.06
HexF8FDF22041574961
Octal3703753622041127111141
Binary1111100011111101111100101001001101011110010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FDF2; }

 p { color: rgb(248,253,242); }

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

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

 a { background-color: rgb(248,253,242); }

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

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

 span { border-color: rgb(248,253,242); }

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