Html Css Color HEX #F1FAE2 Saltpan

📋 copy color: '#F1FAE2'

red 241 ◦ green 250 ◦ blue 226

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

Shades of Saltpan #F1FAE2

Tints of Saltpan #F1FAE2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.87%

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

R = 33.61%
G = 34.87%
B = 31.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F1FAE2 (or 0xF1FAE2) is known color: Saltpan. HEX triplet: F1, FA and E2. RGB value is (241,250,226). Sum of RGB (Red+Green+Blue) = 241+250+226=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 226 (88.67% from 255 or 31.52% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FAE2 is #0E051D. Grayscale: #F4F4F4. Windows color (decimal): -918814 or 14875377. OLE color: 14875377.

HSL color Cylindrical-coordinate representation of color #F1FAE2: hue angle of 82.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1FAE2 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 250 226 -
CMYK 0.04 0 0.10 0.02
HSL 82.5º 0.71% 0.93% -
HSV(B) 82.5º 0.1% 0.98% -
XYZ 84.19 92.56 85.38 -
YUV 244.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 241 250 226 0.04 0 0.10 0.02 82.5 0.71 0.93
Hex F1 FA E2 4 0 A 2 52 47 5D
Octal 361 372 342 4 0 12 2 122 107 135
Binary 11110001 11111010 11100010 100 0 1010 10 1010010 1000111 1011101

Color Harmonies of #F1FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FAE2

Black with #F1FAE2

Text Example


Text Example

White with #F1FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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