Html Css Color HEX #F2F6EC Saltpan

📋 copy color: '#F2F6EC'

red 242 ◦ green 246 ◦ blue 236

#F2F6EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saltpan #F2F6EC

Tints of Saltpan #F2F6EC

RGB

 RED value IS 242 (94.92% from 255) = 33.43%

 GREEN value IS 246 (96.48% from 255) = 33.98%

 BLUE value IS 236 (92.58% from 255) = 32.6%

R = 33.43%
G = 33.98%
B = 32.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F2F6EC (or 0xF2F6EC) is known color: Saltpan. HEX triplet: F2, F6 and EC. RGB value is (242,246,236). Sum of RGB (Red+Green+Blue) = 242+246+236=724 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.43% from 724); Green value is 246 (96.48% from 255 or 33.98% from 724); Blue value is 236 (92.58% from 255 or 32.60% from 724); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F6EC is #0D0913. Grayscale: #F3F3F3. Windows color (decimal): -854292 or 15529714. OLE color: 15529714.

HSL color Cylindrical-coordinate representation of color #F2F6EC: hue angle of 84º degrees, saturation: 0.36, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2F6EC is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 246 236 -
CMYK 0.02 0 0.04 0.04
HSL 84º 0.36% 0.95% -
HSV(B) 84º 0.04% 0.96% -
XYZ 84.71 90.84 92.43 -
YUV 243.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 242 246 236 0.02 0 0.04 0.04 84 0.36 0.95
Hex F2 F6 EC 2 0 4 4 54 24 5F
Octal 362 366 354 2 0 4 4 124 44 137
Binary 11110010 11110110 11101100 10 0 100 100 1010100 100100 1011111

Color Harmonies of #F2F6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6EC

Black with #F2F6EC

Text Example


Text Example

White with #F2F6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6EC; }

 p { color: rgb(242,246,236); }

 H1.HeaderClassName
 {
   color: #F2F6EC;
 }
 .AnyTagClassName
 {
   color: #F2F6EC;
 }
</style>

background-color css

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

 a { background-color: rgb(242,246,236); }

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

border-color css

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

 span { border-color: rgb(242,246,236); }

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