#F2FDE3

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

Shades of Saltpan #F2FDE3

Tints of Saltpan #F2FDE3

Color information

#F2FDE3 (or 0xF2FDE3) is unknown color: approx Saltpan. HEX triplet: F2, FD and E3. RGB value is (242,253,227). Sum of RGB (Red+Green+Blue) = 242+253+227=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 227 (89.06% from 255 or 31.44% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDE3 is #0D021C. Grayscale: #F6F6F6. Windows color (decimal): -852509 or 14941682. OLE color: 14941682.

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

Color convert

RGB242253227-
CMYK0.0400.100.01
HSL85.38º86.67%94.12%-
HSV(B)85.38º10.28%99.22%-
XYZ85.6194.6786.43-
YUV246.75116.86124.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.52%
GREEN value IS 253 (99.22% from 255) = 35.04%
BLUE value IS 227 (89.06% from 255) = 31.44%
R=33.52%
G=35.04%
B=31.44%

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
Decimal2422532270.0400.100.0185.3886.6794.12
HexF2FDE340A155575e
Octal36237534340121125127136
Binary111100101111110111100011100010101101010110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FDE3; }

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

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

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

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

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

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

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

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