#F0FEDE

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

Shades of Saltpan #F0FEDE

Tints of Saltpan #F0FEDE

Color information

#F0FEDE (or 0xF0FEDE) is unknown color: approx Saltpan. HEX triplet: F0, FE and DE. RGB value is (240,254,222). Sum of RGB (Red+Green+Blue) = 240+254+222=716 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.52% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 222 (87.11% from 255 or 31.01% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEDE is #0F0121. Grayscale: #F6F6F6. Windows color (decimal): -983330 or 14614256. OLE color: 14614256.

HSL color Cylindrical-coordinate representation of color #F0FEDE: hue angle of 86.25º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0FEDE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB240254222-
CMYK0.0600.130.00
HSL86.25º94.12%93.33%-
HSV(B)86.25º12.6%99.61%-
XYZ84.5694.6882.93-
YUV246.17114.36123.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.52%
GREEN value IS 254 (99.61% from 255) = 35.47%
BLUE value IS 222 (87.11% from 255) = 31.01%
R=33.52%
G=35.47%
B=31.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402542220.0600.130.0086.2594.1293.33
HexF0FEDE60D0565e5d
Octal36037633660150126136135
Binary111100001111111011011110110011010101011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FEDE; }

 p { color: rgb(240,254,222); }

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

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

 a { background-color: rgb(240,254,222); }

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

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

 span { border-color: rgb(240,254,222); }

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