#F0FDDC

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

Shades of Saltpan #F0FDDC

Tints of Saltpan #F0FDDC

Color information

#F0FDDC (or 0xF0FDDC) is unknown color: approx Saltpan. HEX triplet: F0, FD and DC. RGB value is (240,253,220). Sum of RGB (Red+Green+Blue) = 240+253+220=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDDC is #0F0223. Grayscale: #F5F5F5. Windows color (decimal): -983588 or 14482928. OLE color: 14482928.

HSL color Cylindrical-coordinate representation of color #F0FDDC: hue angle of 83.64º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0FDDC is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB240253220-
CMYK0.0500.130.01
HSL83.64º89.19%92.75%-
HSV(B)83.64º13.04%99.22%-
XYZ83.9893.9481.42-
YUV245.35113.69124.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.66%
GREEN value IS 253 (99.22% from 255) = 35.48%
BLUE value IS 220 (86.33% from 255) = 30.86%
R=33.66%
G=35.48%
B=30.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402532200.0500.130.0183.6489.1992.75
HexF0FDDC50D154595d
Octal36037533450151124131135
Binary111100001111110111011100101011011101010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FDDC; }

 p { color: rgb(240,253,220); }

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

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

 a { background-color: rgb(240,253,220); }

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

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

 span { border-color: rgb(240,253,220); }

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