Html Css Color HEX #F1B199 Wax Flower

📋 copy color: '#F1B199'

red 241 ◦ green 177 ◦ blue 153

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

Shades of Wax Flower #F1B199

Tints of Wax Flower #F1B199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.8%

R = 42.21%
G = 31%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F1B199 (or 0xF1B199) is known color: Wax Flower. HEX triplet: F1, B1 and 99. RGB value is (241,177,153). Sum of RGB (Red+Green+Blue) = 241+177+153=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B199 is #0E4E66. Grayscale: #C1C1C1. Windows color (decimal): -937575 or 10072561. OLE color: 10072561.

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

Color convert

RGB 241 177 153 -
CMYK 0 0.27 0.37 0.05
HSL 16.36º 0.76% 0.77% -
HSV(B) 16.36º 0.37% 0.95% -
XYZ 57.75 52.44 37.22 -
YUV 193.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 241 177 153 0 0.27 0.37 0.05 16.36 0.76 0.77
Hex F1 B1 99 0 1B 25 5 10 4C 4D
Octal 361 261 231 0 33 45 5 20 114 115
Binary 11110001 10110001 10011001 0 11011 100101 101 10000 1001100 1001101

Color Harmonies of #F1B199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B199

Black with #F1B199

Text Example


Text Example

White with #F1B199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B199; }

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

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

background-color css

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

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

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

border-color css

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

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

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