#F5FDEB

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

Shades of Saltpan #F5FDEB

Tints of Saltpan #F5FDEB

Color information

#F5FDEB (or 0xF5FDEB) is unknown color: approx Saltpan. HEX triplet: F5, FD and EB. RGB value is (245,253,235). Sum of RGB (Red+Green+Blue) = 245+253+235=733 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.42% from 733); Green value is 253 (99.22% from 255 or 34.52% from 733); Blue value is 235 (92.19% from 255 or 32.06% from 733); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDEB is #0A0214. Grayscale: #F8F8F8. Windows color (decimal): -655893 or 15465973. OLE color: 15465973.

HSL color Cylindrical-coordinate representation of color #F5FDEB: hue angle of 86.67º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5FDEB is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB245253235-
CMYK0.0300.070.01
HSL86.67º81.82%95.69%-
HSV(B)86.67º7.11%99.22%-
XYZ87.7895.6692.44-
YUV248.56120.35125.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.42%
GREEN value IS 253 (99.22% from 255) = 34.52%
BLUE value IS 235 (92.19% from 255) = 32.06%
R=33.42%
G=34.52%
B=32.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452532350.0300.070.0186.6781.8295.69
HexF5FDEB3071575260
Octal3653753533071127122140
Binary1111010111111101111010111101111101011110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDEB; }

 p { color: rgb(245,253,235); }

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

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

 a { background-color: rgb(245,253,235); }

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

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

 span { border-color: rgb(245,253,235); }

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