#F4FAE6

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

Shades of Saltpan #F4FAE6

Tints of Saltpan #F4FAE6

Color information

#F4FAE6 (or 0xF4FAE6) is unknown color: approx Saltpan. HEX triplet: F4, FA and E6. RGB value is (244,250,230). Sum of RGB (Red+Green+Blue) = 244+250+230=724 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.70% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 230 (90.23% from 255 or 31.77% from 724); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FAE6 is #0B0519. Grayscale: #F6F6F6. Windows color (decimal): -722202 or 15137524. OLE color: 15137524.

HSL color Cylindrical-coordinate representation of color #F4FAE6: hue angle of 78º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F4FAE6 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB244250230-
CMYK0.0200.080.02
HSL78º66.67%94.12%-
HSV(B)78º8%98.04%-
XYZ85.7893.3288.35-
YUV245.93119.01126.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.70%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 230 (90.23% from 255) = 31.77%
R=33.70%
G=34.53%
B=31.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442502300.0200.080.027866.6794.12
HexF4FAE620824e435e
Octal36437234620102116103136
Binary111101001111101011100110100100010100111010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FAE6; }

 p { color: rgb(244,250,230); }

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

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

 a { background-color: rgb(244,250,230); }

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

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

 span { border-color: rgb(244,250,230); }

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