#F0FCDA

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

Shades of Saltpan #F0FCDA

Tints of Saltpan #F0FCDA

Color information

#F0FCDA (or 0xF0FCDA) is unknown color: approx Saltpan. HEX triplet: F0, FC and DA. RGB value is (240,252,218). Sum of RGB (Red+Green+Blue) = 240+252+218=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCDA is #0F0325. Grayscale: #F4F4F4. Windows color (decimal): -983846 or 14351600. OLE color: 14351600.

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

Color convert

RGB240252218-
CMYK0.0500.130.01
HSL81.18º85%92.16%-
HSV(B)81.18º13.49%98.82%-
XYZ83.493.2179.92-
YUV244.54113.02124.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.80%
GREEN value IS 252 (98.83% from 255) = 35.49%
BLUE value IS 218 (85.55% from 255) = 30.70%
R=33.80%
G=35.49%
B=30.70%

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
Decimal2402522180.0500.130.0181.188592.16
HexF0FCDA50D151555c
Octal36037433250151121125134
Binary111100001111110011011010101011011101000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FCDA; }

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

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

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

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

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

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

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

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