#F0FBDF

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

Shades of Saltpan #F0FBDF

Tints of Saltpan #F0FBDF

Color information

#F0FBDF (or 0xF0FBDF) is unknown color: approx Saltpan. HEX triplet: F0, FB and DF. RGB value is (240,251,223). Sum of RGB (Red+Green+Blue) = 240+251+223=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 251 (98.44% from 255 or 35.15% from 714); Blue value is 223 (87.5% from 255 or 31.23% from 714); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBDF is #0F0420. Grayscale: #F4F4F4. Windows color (decimal): -984097 or 14679024. OLE color: 14679024.

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

Color convert

RGB240251223-
CMYK0.0400.110.02
HSL83.57º77.78%92.94%-
HSV(B)83.57º11.16%98.43%-
XYZ83.7592.8583.32-
YUV244.52115.86124.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.61%
GREEN value IS 251 (98.44% from 255) = 35.15%
BLUE value IS 223 (87.5% from 255) = 31.23%
R=33.61%
G=35.15%
B=31.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402512230.0400.110.0283.5777.7892.94
HexF0FBDF40B2544e5d
Octal36037333740132124116135
Binary1111000011111011110111111000101110101010010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBDF; }

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

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

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

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

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

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

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

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