#F2FFDE

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

Shades of Saltpan #F2FFDE

Tints of Saltpan #F2FFDE

Color information

#F2FFDE (or 0xF2FFDE) is unknown color: approx Saltpan. HEX triplet: F2, FF and DE. RGB value is (242,255,222). Sum of RGB (Red+Green+Blue) = 242+255+222=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 222 (87.11% from 255 or 30.88% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFDE is #0D0021. Grayscale: #F7F7F7. Windows color (decimal): -852002 or 14614514. OLE color: 14614514.

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

Color convert

RGB242255222-
CMYK0.0500.130
HSL83.64º100%93.53%-
HSV(B)83.64º12.94%100%-
XYZ85.5695.6783.06-
YUV247.35113.69124.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.66%
GREEN value IS 255 (100% from 255) = 35.47%
BLUE value IS 222 (87.11% from 255) = 30.88%
R=33.66%
G=35.47%
B=30.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422552220.0500.13083.6410093.53
HexF2FFDE50D054645e
Octal36237733650150124144136
Binary111100101111111111011110101011010101010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FFDE; }

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

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

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

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

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

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

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

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