#F2FFDF

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

Shades of Saltpan #F2FFDF

Tints of Saltpan #F2FFDF

Color information

#F2FFDF (or 0xF2FFDF) is unknown color: approx Saltpan. HEX triplet: F2, FF and DF. RGB value is (242,255,223). Sum of RGB (Red+Green+Blue) = 242+255+223=720 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.61% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 223 (87.5% from 255 or 30.97% from 720); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFDF is #0D0020. Grayscale: #F7F7F7. Windows color (decimal): -852001 or 14680050. OLE color: 14680050.

HSL color Cylindrical-coordinate representation of color #F2FFDF: hue angle of 84.38º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2FFDF is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB242255223-
CMYK0.0500.130
HSL84.38º100%93.73%-
HSV(B)84.38º12.55%100%-
XYZ85.795.7283.77-
YUV247.46114.19124.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.61%
GREEN value IS 255 (100% from 255) = 35.42%
BLUE value IS 223 (87.5% from 255) = 30.97%
R=33.61%
G=35.42%
B=30.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422552230.0500.13084.3810093.73
HexF2FFDF50D054645e
Octal36237733750150124144136
Binary111100101111111111011111101011010101010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FFDF; }

 p { color: rgb(242,255,223); }

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

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

 a { background-color: rgb(242,255,223); }

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

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

 span { border-color: rgb(242,255,223); }

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