#F4FEDB

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

Shades of Saltpan #F4FEDB

Tints of Saltpan #F4FEDB

Color information

#F4FEDB (or 0xF4FEDB) is unknown color: approx Saltpan. HEX triplet: F4, FE and DB. RGB value is (244,254,219). Sum of RGB (Red+Green+Blue) = 244+254+219=717 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.03% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 219 (85.94% from 255 or 30.54% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FEDB is #0B0124. Grayscale: #F7F7F7. Windows color (decimal): -721189 or 14417652. OLE color: 14417652.

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

Color convert

RGB244254219-
CMYK0.0400.140.00
HSL77.14º94.59%92.75%-
HSV(B)77.14º13.78%99.61%-
XYZ85.5495.2380.89-
YUV247.02112.19125.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.03%
GREEN value IS 254 (99.61% from 255) = 35.43%
BLUE value IS 219 (85.94% from 255) = 30.54%
R=34.03%
G=35.43%
B=30.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442542190.0400.140.0077.1494.5992.75
HexF4FEDB40E04d5f5d
Octal36437633340160115137135
Binary111101001111111011011011100011100100110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FEDB; }

 p { color: rgb(244,254,219); }

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

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

 a { background-color: rgb(244,254,219); }

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

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

 span { border-color: rgb(244,254,219); }

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