#F2FDDE

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

Shades of Saltpan #F2FDDE

Tints of Saltpan #F2FDDE

Color information

#F2FDDE (or 0xF2FDDE) is unknown color: approx Saltpan. HEX triplet: F2, FD and DE. RGB value is (242,253,222). Sum of RGB (Red+Green+Blue) = 242+253+222=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 222 (87.11% from 255 or 30.96% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDDE is #0D0221. Grayscale: #F6F6F6. Windows color (decimal): -852514 or 14614002. OLE color: 14614002.

HSL color Cylindrical-coordinate representation of color #F2FDDE: hue angle of 81.29º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2FDDE is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB242253222-
CMYK0.0400.120.01
HSL81.29º88.57%93.14%-
HSV(B)81.29º12.25%99.22%-
XYZ84.9394.482.85-
YUV246.18114.36125.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.75%
GREEN value IS 253 (99.22% from 255) = 35.29%
BLUE value IS 222 (87.11% from 255) = 30.96%
R=33.75%
G=35.29%
B=30.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422532220.0400.120.0181.2988.5793.14
HexF2FDDE40C151595d
Octal36237533640141121131135
Binary111100101111110111011110100011001101000110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FDDE; }

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

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

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

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

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

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

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

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