#F2FCE0

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

Shades of Saltpan #F2FCE0

Tints of Saltpan #F2FCE0

Color information

#F2FCE0 (or 0xF2FCE0) is unknown color: approx Saltpan. HEX triplet: F2, FC and E0. RGB value is (242,252,224). Sum of RGB (Red+Green+Blue) = 242+252+224=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 252 (98.83% from 255 or 35.10% from 718); Blue value is 224 (87.89% from 255 or 31.20% from 718); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCE0 is #0D031F. Grayscale: #F5F5F5. Windows color (decimal): -852768 or 14744818. OLE color: 14744818.

HSL color Cylindrical-coordinate representation of color #F2FCE0: hue angle of 81.43º 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 #F2FCE0 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB242252224-
CMYK0.0400.110.01
HSL81.43º82.35%93.33%-
HSV(B)81.43º11.11%98.82%-
XYZ84.8893.8884.17-
YUV245.82115.69125.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.70%
GREEN value IS 252 (98.83% from 255) = 35.10%
BLUE value IS 224 (87.89% from 255) = 31.20%
R=33.70%
G=35.10%
B=31.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422522240.0400.110.0181.4382.3593.33
HexF2FCE040B151525d
Octal36237434040131121122135
Binary111100101111110011100000100010111101000110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCE0; }

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

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

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

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

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

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

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

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