Html Css Color HEX #F1B19F Wax Flower

📋 copy color: '#F1B19F'

red 241 ◦ green 177 ◦ blue 159

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

Shades of Wax Flower #F1B19F

Tints of Wax Flower #F1B19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.56%

R = 41.77%
G = 30.68%
B = 27.56%

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

#F1B19F (or 0xF1B19F) is known color: Wax Flower. HEX triplet: F1, B1 and 9F. RGB value is (241,177,159). Sum of RGB (Red+Green+Blue) = 241+177+159=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B19F is #0E4E60. Grayscale: #C2C2C2. Windows color (decimal): -937569 or 10465777. OLE color: 10465777.

HSL color Cylindrical-coordinate representation of color #F1B19F: hue angle of 13.17º 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 #F1B19F is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 177 159 -
CMYK 0 0.27 0.34 0.05
HSL 13.17º 0.75% 0.78% -
HSV(B) 13.17º 0.34% 0.95% -
XYZ 58.26 52.65 39.89 -
YUV 194.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 241 177 159 0 0.27 0.34 0.05 13.17 0.75 0.78
Hex F1 B1 9F 0 1B 22 5 D 4B 4E
Octal 361 261 237 0 33 42 5 15 113 116
Binary 11110001 10110001 10011111 0 11011 100010 101 1101 1001011 1001110

Color Harmonies of #F1B19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B19F

Black with #F1B19F

Text Example


Text Example

White with #F1B19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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