Html Css Color HEX #F1B19E Wax Flower

📋 copy color: '#F1B19E'

red 241 ◦ green 177 ◦ blue 158

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

Shades of Wax Flower #F1B19E

Tints of Wax Flower #F1B19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.73%

 BLUE value IS 158 (62.11% from 255) = 27.43%

R = 41.84%
G = 30.73%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1B19E (or 0xF1B19E) is known color: Wax Flower. HEX triplet: F1, B1 and 9E. RGB value is (241,177,158). Sum of RGB (Red+Green+Blue) = 241+177+158=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B19E is #0E4E61. Grayscale: #C2C2C2. Windows color (decimal): -937570 or 10400241. OLE color: 10400241.

HSL color Cylindrical-coordinate representation of color #F1B19E: hue angle of 13.73º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1B19E is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 177 158 -
CMYK 0 0.27 0.34 0.05
HSL 13.73º 0.75% 0.78% -
HSV(B) 13.73º 0.34% 0.95% -
XYZ 58.17 52.61 39.44 -
YUV 193.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 241 177 158 0 0.27 0.34 0.05 13.73 0.75 0.78
Hex F1 B1 9E 0 1B 22 5 E 4B 4E
Octal 361 261 236 0 33 42 5 16 113 116
Binary 11110001 10110001 10011110 0 11011 100010 101 1110 1001011 1001110

Color Harmonies of #F1B19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B19E

Black with #F1B19E

Text Example


Text Example

White with #F1B19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B19E; }

 p { color: rgb(241,177,158); }

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

background-color css

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

 a { background-color: rgb(241,177,158); }

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

border-color css

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

 span { border-color: rgb(241,177,158); }

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