#F2FEDC

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

Shades of Saltpan #F2FEDC

Tints of Saltpan #F2FEDC

Color information

#F2FEDC (or 0xF2FEDC) is unknown color: approx Saltpan. HEX triplet: F2, FE and DC. RGB value is (242,254,220). Sum of RGB (Red+Green+Blue) = 242+254+220=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 220 (86.33% from 255 or 30.73% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEDC is #0D0123. Grayscale: #F6F6F6. Windows color (decimal): -852260 or 14483186. OLE color: 14483186.

HSL color Cylindrical-coordinate representation of color #F2FEDC: hue angle of 81.18º 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 #F2FEDC is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB242254220-
CMYK0.0500.130.00
HSL81.18º94.44%92.94%-
HSV(B)81.18º13.39%99.61%-
XYZ84.9894.9381.55-
YUV246.54113.02124.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.80%
GREEN value IS 254 (99.61% from 255) = 35.47%
BLUE value IS 220 (86.33% from 255) = 30.73%
R=33.80%
G=35.47%
B=30.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542200.0500.130.0081.1894.4492.94
HexF2FEDC50D0515e5d
Octal36237633450150121136135
Binary111100101111111011011100101011010101000110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEDC; }

 p { color: rgb(242,254,220); }

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

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

 a { background-color: rgb(242,254,220); }

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

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

 span { border-color: rgb(242,254,220); }

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