#F2FEDD

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

Shades of Saltpan #F2FEDD

Tints of Saltpan #F2FEDD

Color information

#F2FEDD (or 0xF2FEDD) is unknown color: approx Saltpan. HEX triplet: F2, FE and DD. RGB value is (242,254,221). Sum of RGB (Red+Green+Blue) = 242+254+221=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 221 (86.72% from 255 or 30.82% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEDD is #0D0122. Grayscale: #F6F6F6. Windows color (decimal): -852259 or 14548722. OLE color: 14548722.

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

Color convert

RGB242254221-
CMYK0.0500.130.00
HSL81.82º94.29%93.14%-
HSV(B)81.82º12.99%99.61%-
XYZ85.1194.9882.25-
YUV246.65113.52124.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.75%
GREEN value IS 254 (99.61% from 255) = 35.43%
BLUE value IS 221 (86.72% from 255) = 30.82%
R=33.75%
G=35.43%
B=30.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542210.0500.130.0081.8294.2993.14
HexF2FEDD50D0525e5d
Octal36237633550150122136135
Binary111100101111111011011101101011010101001010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEDD; }

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

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

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

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

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

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

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

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