Html Css Color HEX #F1F8E2 Saltpan

📋 copy color: '#F1F8E2'

red 241 ◦ green 248 ◦ blue 226

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

Shades of Saltpan #F1F8E2

Tints of Saltpan #F1F8E2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 34.69%

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

R = 33.71%
G = 34.69%
B = 31.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F1F8E2 (or 0xF1F8E2) is known color: Saltpan. HEX triplet: F1, F8 and E2. RGB value is (241,248,226). Sum of RGB (Red+Green+Blue) = 241+248+226=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 248 (97.27% from 255 or 34.69% from 715); Blue value is 226 (88.67% from 255 or 31.61% from 715); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F8E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F8E2 is #0E071D. Grayscale: #F3F3F3. Windows color (decimal): -919326 or 14874865. OLE color: 14874865.

HSL color Cylindrical-coordinate representation of color #F1F8E2: hue angle of 79.09º degrees, saturation: 0.61, 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 #F1F8E2 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 248 226 -
CMYK 0.03 0 0.09 0.03
HSL 79.09º 0.61% 0.93% -
HSV(B) 79.09º 0.09% 0.97% -
XYZ 83.57 91.33 85.17 -
YUV 243.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 241 248 226 0.03 0 0.09 0.03 79.09 0.61 0.93
Hex F1 F8 E2 3 0 9 3 4F 3D 5D
Octal 361 370 342 3 0 11 3 117 75 135
Binary 11110001 11111000 11100010 11 0 1001 11 1001111 111101 1011101

Color Harmonies of #F1F8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F8E2

Black with #F1F8E2

Text Example


Text Example

White with #F1F8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F8E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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