#F3FAE4

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

Shades of Saltpan #F3FAE4

Tints of Saltpan #F3FAE4

Color information

#F3FAE4 (or 0xF3FAE4) is unknown color: approx Saltpan. HEX triplet: F3, FA and E4. RGB value is (243,250,228). Sum of RGB (Red+Green+Blue) = 243+250+228=721 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.70% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 228 (89.45% from 255 or 31.62% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FAE4 is #0C051B. Grayscale: #F5F5F5. Windows color (decimal): -787740 or 15006451. OLE color: 15006451.

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

Color convert

RGB243250228-
CMYK0.0300.090.02
HSL79.09º68.75%93.73%-
HSV(B)79.09º8.8%98.04%-
XYZ85.1593.0386.87-
YUV245.4118.18126.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.70%
GREEN value IS 250 (98.05% from 255) = 34.67%
BLUE value IS 228 (89.45% from 255) = 31.62%
R=33.70%
G=34.67%
B=31.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432502280.0300.090.0279.0968.7593.73
HexF3FAE430924f455e
Octal36337234430112117105136
Binary111100111111101011100100110100110100111110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FAE4; }

 p { color: rgb(243,250,228); }

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

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

 a { background-color: rgb(243,250,228); }

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

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

 span { border-color: rgb(243,250,228); }

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