Html Css Color HEX #F1F7E2 Saltpan

📋 copy color: '#F1F7E2'

red 241 ◦ green 247 ◦ blue 226

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

Shades of Saltpan #F1F7E2

Tints of Saltpan #F1F7E2

RGB

 RED value IS 241 (94.53% from 255) = 33.75%

 GREEN value IS 247 (96.88% from 255) = 34.59%

 BLUE value IS 226 (88.67% from 255) = 31.65%

R = 33.75%
G = 34.59%
B = 31.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F1F7E2 (or 0xF1F7E2) is known color: Saltpan. HEX triplet: F1, F7 and E2. RGB value is (241,247,226). Sum of RGB (Red+Green+Blue) = 241+247+226=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 247 (96.88% from 255 or 34.59% from 714); Blue value is 226 (88.67% from 255 or 31.65% from 714); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F7E2 is #0E081D. Grayscale: #F2F2F2. Windows color (decimal): -919582 or 14874609. OLE color: 14874609.

HSL color Cylindrical-coordinate representation of color #F1F7E2: hue angle of 77.14º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1F7E2 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 247 226 -
CMYK 0.02 0 0.09 0.03
HSL 77.14º 0.57% 0.93% -
HSV(B) 77.14º 0.09% 0.97% -
XYZ 83.26 90.71 85.07 -
YUV 242.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 241 247 226 0.02 0 0.09 0.03 77.14 0.57 0.93
Hex F1 F7 E2 2 0 9 3 4D 39 5D
Octal 361 367 342 2 0 11 3 115 71 135
Binary 11110001 11110111 11100010 10 0 1001 11 1001101 111001 1011101

Color Harmonies of #F1F7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F7E2

Black with #F1F7E2

Text Example


Text Example

White with #F1F7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F7E2; }

 p { color: rgb(241,247,226); }

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

background-color css

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

 a { background-color: rgb(241,247,226); }

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

border-color css

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

 span { border-color: rgb(241,247,226); }

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