#F0FCE0

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

Shades of Saltpan #F0FCE0

Tints of Saltpan #F0FCE0

Color information

#F0FCE0 (or 0xF0FCE0) is unknown color: approx Saltpan. HEX triplet: F0, FC and E0. RGB value is (240,252,224). Sum of RGB (Red+Green+Blue) = 240+252+224=716 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.52% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 224 (87.89% from 255 or 31.28% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCE0 is #0F031F. Grayscale: #F5F5F5. Windows color (decimal): -983840 or 14744816. OLE color: 14744816.

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

Color convert

RGB240252224-
CMYK0.0500.110.01
HSL85.71º82.35%93.33%-
HSV(B)85.71º11.11%98.82%-
XYZ84.293.5384.14-
YUV245.22116.02124.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.52%
GREEN value IS 252 (98.83% from 255) = 35.20%
BLUE value IS 224 (87.89% from 255) = 31.28%
R=33.52%
G=35.20%
B=31.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402522240.0500.110.0185.7182.3593.33
HexF0FCE050B156525d
Octal36037434050131126122135
Binary111100001111110011100000101010111101011010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FCE0; }

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

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

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

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

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

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

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

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