#F2FDDB

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

Shades of Saltpan #F2FDDB

Tints of Saltpan #F2FDDB

Color information

#F2FDDB (or 0xF2FDDB) is unknown color: approx Saltpan. HEX triplet: F2, FD and DB. RGB value is (242,253,219). Sum of RGB (Red+Green+Blue) = 242+253+219=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 219 (85.94% from 255 or 30.67% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDDB is #0D0224. Grayscale: #F5F5F5. Windows color (decimal): -852517 or 14417394. OLE color: 14417394.

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

Color convert

RGB242253219-
CMYK0.0400.130.01
HSL79.41º89.47%92.55%-
HSV(B)79.41º13.44%99.22%-
XYZ84.5394.2480.75-
YUV245.84112.86125.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.89%
GREEN value IS 253 (99.22% from 255) = 35.43%
BLUE value IS 219 (85.94% from 255) = 30.67%
R=33.89%
G=35.43%
B=30.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422532190.0400.130.0179.4189.4792.55
HexF2FDDB40D14f595d
Octal36237533340151117131135
Binary111100101111110111011011100011011100111110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FDDB; }

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

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

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

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

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

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

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

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