Html Css Color HEX #F1BAA7 Wax Flower

📋 copy color: '#F1BAA7'

red 241 ◦ green 186 ◦ blue 167

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

Shades of Wax Flower #F1BAA7

Tints of Wax Flower #F1BAA7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.31%

 BLUE value IS 167 (65.63% from 255) = 28.11%

R = 40.57%
G = 31.31%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F1BAA7 (or 0xF1BAA7) is known color: Wax Flower. HEX triplet: F1, BA and A7. RGB value is (241,186,167). Sum of RGB (Red+Green+Blue) = 241+186+167=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 167 (65.62% from 255 or 28.11% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BAA7 is #0E4558. Grayscale: #C8C8C8. Windows color (decimal): -935257 or 10992369. OLE color: 10992369.

HSL color Cylindrical-coordinate representation of color #F1BAA7: hue angle of 15.41º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1BAA7 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 186 167 -
CMYK 0 0.23 0.31 0.05
HSL 15.41º 0.73% 0.8% -
HSV(B) 15.41º 0.31% 0.95% -
XYZ 60.81 56.61 44.28 -
YUV 200.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 241 186 167 0 0.23 0.31 0.05 15.41 0.73 0.8
Hex F1 BA A7 0 17 1F 5 F 49 50
Octal 361 272 247 0 27 37 5 17 111 120
Binary 11110001 10111010 10100111 0 10111 11111 101 1111 1001001 1010000

Color Harmonies of #F1BAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BAA7

Black with #F1BAA7

Text Example


Text Example

White with #F1BAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BAA7; }

 p { color: rgb(241,186,167); }

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

background-color css

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

 a { background-color: rgb(241,186,167); }

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

border-color css

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

 span { border-color: rgb(241,186,167); }

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