#F0FBDA

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

Shades of Saltpan #F0FBDA

Tints of Saltpan #F0FBDA

Color information

#F0FBDA (or 0xF0FBDA) is unknown color: approx Saltpan. HEX triplet: F0, FB and DA. RGB value is (240,251,218). Sum of RGB (Red+Green+Blue) = 240+251+218=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 218 (85.55% from 255 or 30.75% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBDA is #0F0425. Grayscale: #F4F4F4. Windows color (decimal): -984102 or 14351344. OLE color: 14351344.

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

Color convert

RGB240251218-
CMYK0.0400.130.02
HSL80º80.49%91.96%-
HSV(B)80º13.15%98.43%-
XYZ83.0992.5879.82-
YUV243.95113.36125.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.85%
GREEN value IS 251 (98.44% from 255) = 35.40%
BLUE value IS 218 (85.55% from 255) = 30.75%
R=33.85%
G=35.40%
B=30.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402512180.0400.130.028080.4991.96
HexF0FBDA40D250505c
Octal36037333240152120120134
Binary1111000011111011110110101000110110101000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBDA; }

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

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

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

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

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

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

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

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