Html Css Color HEX #F1FAE0 Saltpan

📋 copy color: '#F1FAE0'

red 241 ◦ green 250 ◦ blue 224

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

Shades of Saltpan #F1FAE0

Tints of Saltpan #F1FAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 31.33%

R = 33.71%
G = 34.97%
B = 31.33%

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

#F1FAE0 (or 0xF1FAE0) is known color: Saltpan. HEX triplet: F1, FA and E0. RGB value is (241,250,224). Sum of RGB (Red+Green+Blue) = 241+250+224=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 224 (87.89% from 255 or 31.33% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FAE0 is #0E051F. Grayscale: #F4F4F4. Windows color (decimal): -918816 or 14744305. OLE color: 14744305.

HSL color Cylindrical-coordinate representation of color #F1FAE0: hue angle of 80.77º degrees, saturation: 0.72, 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 #F1FAE0 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 250 224 -
CMYK 0.04 0 0.10 0.02
HSL 80.77º 0.72% 0.93% -
HSV(B) 80.77º 0.1% 0.98% -
XYZ 83.92 92.45 83.94 -
YUV 244.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 241 250 224 0.04 0 0.10 0.02 80.77 0.72 0.93
Hex F1 FA E0 4 0 A 2 51 48 5D
Octal 361 372 340 4 0 12 2 121 110 135
Binary 11110001 11111010 11100000 100 0 1010 10 1010001 1001000 1011101

Color Harmonies of #F1FAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FAE0

Black with #F1FAE0

Text Example


Text Example

White with #F1FAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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