#F4FCE5

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

Shades of Saltpan #F4FCE5

Tints of Saltpan #F4FCE5

Color information

#F4FCE5 (or 0xF4FCE5) is unknown color: approx Saltpan. HEX triplet: F4, FC and E5. RGB value is (244,252,229). Sum of RGB (Red+Green+Blue) = 244+252+229=725 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.66% from 725); Green value is 252 (98.83% from 255 or 34.76% from 725); Blue value is 229 (89.84% from 255 or 31.59% from 725); Max value from RGB is 252 - color contains mainly: green. Hex color #F4FCE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FCE5 is #0B031A. Grayscale: #F7F7F7. Windows color (decimal): -721691 or 15072500. OLE color: 15072500.

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

Color convert

RGB244252229-
CMYK0.0300.090.01
HSL80.87º79.31%94.31%-
HSV(B)80.87º9.13%98.82%-
XYZ86.2694.5187.82-
YUV246.99117.85125.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.66%
GREEN value IS 252 (98.83% from 255) = 34.76%
BLUE value IS 229 (89.84% from 255) = 31.59%
R=33.66%
G=34.76%
B=31.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442522290.0300.090.0180.8779.3194.31
HexF4FCE53091514f5e
Octal36437434530111121117136
Binary11110100111111001110010111010011101000110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FCE5; }

 p { color: rgb(244,252,229); }

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

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

 a { background-color: rgb(244,252,229); }

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

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

 span { border-color: rgb(244,252,229); }

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