#F5FCEA

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

Shades of Saltpan #F5FCEA

Tints of Saltpan #F5FCEA

Color information

#F5FCEA (or 0xF5FCEA) is unknown color: approx Saltpan. HEX triplet: F5, FC and EA. RGB value is (245,252,234). Sum of RGB (Red+Green+Blue) = 245+252+234=731 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.52% from 731); Green value is 252 (98.83% from 255 or 34.47% from 731); Blue value is 234 (91.80% from 255 or 32.01% from 731); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCEA is #0A0315. Grayscale: #F7F7F7. Windows color (decimal): -656150 or 15400181. OLE color: 15400181.

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

Color convert

RGB245252234-
CMYK0.0300.070.01
HSL83.33º75%95.29%-
HSV(B)83.33º7.14%98.82%-
XYZ87.3294.9791.57-
YUV247.85120.18125.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.52%
GREEN value IS 252 (98.83% from 255) = 34.47%
BLUE value IS 234 (91.80% from 255) = 32.01%
R=33.52%
G=34.47%
B=32.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452522340.0300.070.0183.337595.29
HexF5FCEA3071534b5f
Octal3653743523071123113137
Binary1111010111111100111010101101111101001110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCEA; }

 p { color: rgb(245,252,234); }

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

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

 a { background-color: rgb(245,252,234); }

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

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

 span { border-color: rgb(245,252,234); }

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