#F0FBDD

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

Shades of Saltpan #F0FBDD

Tints of Saltpan #F0FBDD

Color information

#F0FBDD (or 0xF0FBDD) is unknown color: approx Saltpan. HEX triplet: F0, FB and DD. RGB value is (240,251,221). Sum of RGB (Red+Green+Blue) = 240+251+221=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBDD is #0F0422. Grayscale: #F4F4F4. Windows color (decimal): -984099 or 14547952. OLE color: 14547952.

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

Color convert

RGB240251221-
CMYK0.0400.120.02
HSL82º78.95%92.55%-
HSV(B)82º11.95%98.43%-
XYZ83.4892.7481.91-
YUV244.29114.86124.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.71%
GREEN value IS 251 (98.44% from 255) = 35.25%
BLUE value IS 221 (86.72% from 255) = 31.04%
R=33.71%
G=35.25%
B=31.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402512210.0400.120.028278.9592.55
HexF0FBDD40C2524f5d
Octal36037333540142122117135
Binary1111000011111011110111011000110010101001010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBDD; }

 p { color: rgb(240,251,221); }

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

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

 a { background-color: rgb(240,251,221); }

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

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

 span { border-color: rgb(240,251,221); }

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