#F4FFDC

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

Shades of Saltpan #F4FFDC

Tints of Saltpan #F4FFDC

Color information

#F4FFDC (or 0xF4FFDC) is unknown color: approx Saltpan. HEX triplet: F4, FF and DC. RGB value is (244,255,220). Sum of RGB (Red+Green+Blue) = 244+255+220=719 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.94% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 220 (86.33% from 255 or 30.60% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FFDC is #0B0023. Grayscale: #F7F7F7. Windows color (decimal): -720932 or 14483444. OLE color: 14483444.

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

Color convert

RGB244255220-
CMYK0.0400.140
HSL78.86º100%93.14%-
HSV(B)78.86º13.73%100%-
XYZ85.9995.9281.69-
YUV247.72112.36125.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.94%
GREEN value IS 255 (100% from 255) = 35.47%
BLUE value IS 220 (86.33% from 255) = 30.60%
R=33.94%
G=35.47%
B=30.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442552200.0400.14078.8610093.14
HexF4FFDC40E04f645d
Octal36437733440160117144135
Binary111101001111111111011100100011100100111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FFDC; }

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

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

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

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

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

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

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

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