#F2FEE3

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

Shades of Saltpan #F2FEE3

Tints of Saltpan #F2FEE3

Color information

#F2FEE3 (or 0xF2FEE3) is unknown color: approx Saltpan. HEX triplet: F2, FE and E3. RGB value is (242,254,227). Sum of RGB (Red+Green+Blue) = 242+254+227=723 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.47% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 227 (89.06% from 255 or 31.40% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEE3 is #0D011C. Grayscale: #F7F7F7. Windows color (decimal): -852253 or 14941938. OLE color: 14941938.

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

Color convert

RGB242254227-
CMYK0.0500.110.00
HSL86.67º93.1%94.31%-
HSV(B)86.67º10.63%99.61%-
XYZ85.9295.3186.54-
YUV247.33116.52124.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.47%
GREEN value IS 254 (99.61% from 255) = 35.13%
BLUE value IS 227 (89.06% from 255) = 31.40%
R=33.47%
G=35.13%
B=31.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542270.0500.110.0086.6793.194.31
HexF2FEE350B0575d5e
Octal36237634350130127135136
Binary111100101111111011100011101010110101011110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEE3; }

 p { color: rgb(242,254,227); }

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

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

 a { background-color: rgb(242,254,227); }

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

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

 span { border-color: rgb(242,254,227); }

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