Html Css Color HEX #F1E9E5 Sauvignon

📋 copy color: '#F1E9E5'

red 241 ◦ green 233 ◦ blue 229

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

Shades of Sauvignon #F1E9E5

Tints of Sauvignon #F1E9E5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.14%

 BLUE value IS 229 (89.84% from 255) = 32.57%

R = 34.28%
G = 33.14%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1E9E5 (or 0xF1E9E5) is known color: Sauvignon. HEX triplet: F1, E9 and E5. RGB value is (241,233,229). Sum of RGB (Red+Green+Blue) = 241+233+229=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 233 (91.41% from 255 or 33.14% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E9E5 is #0E161A. Grayscale: #EAEAEA. Windows color (decimal): -923163 or 15067633. OLE color: 15067633.

HSL color Cylindrical-coordinate representation of color #F1E9E5: hue angle of 20º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1E9E5 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 233 229 -
CMYK 0 0.03 0.05 0.05
HSL 20º 0.3% 0.92% -
HSV(B) 20º 0.05% 0.95% -
XYZ 79.56 82.64 85.89 -
YUV 234.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 241 233 229 0 0.03 0.05 0.05 20 0.3 0.92
Hex F1 E9 E5 0 3 5 5 14 1E 5C
Octal 361 351 345 0 3 5 5 24 36 134
Binary 11110001 11101001 11100101 0 11 101 101 10100 11110 1011100

Color Harmonies of #F1E9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E9E5

Black with #F1E9E5

Text Example


Text Example

White with #F1E9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E9E5; }

 p { color: rgb(241,233,229); }

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

background-color css

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

 a { background-color: rgb(241,233,229); }

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

border-color css

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

 span { border-color: rgb(241,233,229); }

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