#F4FDDC

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

Shades of Saltpan #F4FDDC

Tints of Saltpan #F4FDDC

Color information

#F4FDDC (or 0xF4FDDC) is unknown color: approx Saltpan. HEX triplet: F4, FD and DC. RGB value is (244,253,220). Sum of RGB (Red+Green+Blue) = 244+253+220=717 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.03% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 220 (86.33% from 255 or 30.68% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #F4FDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FDDC is #0B0223. Grayscale: #F6F6F6. Windows color (decimal): -721444 or 14482932. OLE color: 14482932.

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

Color convert

RGB244253220-
CMYK0.0400.130.01
HSL76.36º89.19%92.75%-
HSV(B)76.36º13.04%99.22%-
XYZ85.3594.6581.48-
YUV246.55113.02126.18-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.03%
GREEN value IS 253 (99.22% from 255) = 35.29%
BLUE value IS 220 (86.33% from 255) = 30.68%
R=34.03%
G=35.29%
B=30.68%

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
Decimal2442532200.0400.130.0176.3689.1992.75
HexF4FDDC40D14c595d
Octal36437533440151114131135
Binary111101001111110111011100100011011100110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FDDC; }

 p { color: rgb(244,253,220); }

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

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

 a { background-color: rgb(244,253,220); }

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

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

 span { border-color: rgb(244,253,220); }

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