#F2FADC

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

Shades of Saltpan #F2FADC

Tints of Saltpan #F2FADC

Color information

#F2FADC (or 0xF2FADC) is unknown color: approx Saltpan. HEX triplet: F2, FA and DC. RGB value is (242,250,220). Sum of RGB (Red+Green+Blue) = 242+250+220=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FADC is #0D0523. Grayscale: #F4F4F4. Windows color (decimal): -853284 or 14482162. OLE color: 14482162.

HSL color Cylindrical-coordinate representation of color #F2FADC: hue angle of 76º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2FADC is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB242250220-
CMYK0.0300.120.02
HSL76º75%92.16%-
HSV(B)76º12%98.04%-
XYZ83.7292.4281.14-
YUV244.19114.35126.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.99%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 220 (86.33% from 255) = 30.90%
R=33.99%
G=35.11%
B=30.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502200.0300.120.02767592.16
HexF2FADC30C24c4b5c
Octal36237233430142114113134
Binary111100101111101011011100110110010100110010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FADC; }

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

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

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

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

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

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

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

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