#F2FCE3

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

Shades of Saltpan #F2FCE3

Tints of Saltpan #F2FCE3

Color information

#F2FCE3 (or 0xF2FCE3) is unknown color: approx Saltpan. HEX triplet: F2, FC and E3. RGB value is (242,252,227). Sum of RGB (Red+Green+Blue) = 242+252+227=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 252 (98.83% from 255 or 34.95% from 721); Blue value is 227 (89.06% from 255 or 31.48% from 721); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCE3 is #0D031C. Grayscale: #F6F6F6. Windows color (decimal): -852765 or 14941426. OLE color: 14941426.

HSL color Cylindrical-coordinate representation of color #F2FCE3: hue angle of 84º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2FCE3 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB242252227-
CMYK0.0400.100.01
HSL84º80.65%93.92%-
HSV(B)84º9.92%98.82%-
XYZ85.2994.0486.33-
YUV246.16117.19125.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.56%
GREEN value IS 252 (98.83% from 255) = 34.95%
BLUE value IS 227 (89.06% from 255) = 31.48%
R=33.56%
G=34.95%
B=31.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422522270.0400.100.018480.6593.92
HexF2FCE340A154515e
Octal36237434340121124121136
Binary111100101111110011100011100010101101010010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCE3; }

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

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

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

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

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

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

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

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