Html Css Color HEX #F1FAE3 Saltpan

📋 copy color: '#F1FAE3'

red 241 ◦ green 250 ◦ blue 227

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

Shades of Saltpan #F1FAE3

Tints of Saltpan #F1FAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 31.62%

R = 33.57%
G = 34.82%
B = 31.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F1FAE3 (or 0xF1FAE3) is known color: Saltpan. HEX triplet: F1, FA and E3. RGB value is (241,250,227). Sum of RGB (Red+Green+Blue) = 241+250+227=718 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.57% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 227 (89.06% from 255 or 31.62% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FAE3 is #0E051C. Grayscale: #F4F4F4. Windows color (decimal): -918813 or 14940913. OLE color: 14940913.

HSL color Cylindrical-coordinate representation of color #F1FAE3: hue angle of 83.48º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1FAE3 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 250 227 -
CMYK 0.04 0 0.09 0.02
HSL 83.48º 0.7% 0.94% -
HSV(B) 83.48º 0.09% 0.98% -
XYZ 84.33 92.62 86.11 -
YUV 244.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 241 250 227 0.04 0 0.09 0.02 83.48 0.7 0.94
Hex F1 FA E3 4 0 9 2 53 46 5E
Octal 361 372 343 4 0 11 2 123 106 136
Binary 11110001 11111010 11100011 100 0 1001 10 1010011 1000110 1011110

Color Harmonies of #F1FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FAE3

Black with #F1FAE3

Text Example


Text Example

White with #F1FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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