Html Css Color HEX #F1BAA5 Wax Flower

📋 copy color: '#F1BAA5'

red 241 ◦ green 186 ◦ blue 165

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

Shades of Wax Flower #F1BAA5

Tints of Wax Flower #F1BAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.87%

R = 40.71%
G = 31.42%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F1BAA5 (or 0xF1BAA5) is known color: Wax Flower. HEX triplet: F1, BA and A5. RGB value is (241,186,165). Sum of RGB (Red+Green+Blue) = 241+186+165=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BAA5 is #0E455A. Grayscale: #C8C8C8. Windows color (decimal): -935259 or 10861297. OLE color: 10861297.

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

Color convert

RGB 241 186 165 -
CMYK 0 0.23 0.32 0.05
HSL 16.58º 0.73% 0.8% -
HSV(B) 16.58º 0.32% 0.95% -
XYZ 60.63 56.54 43.31 -
YUV 200.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 241 186 165 0 0.23 0.32 0.05 16.58 0.73 0.8
Hex F1 BA A5 0 17 20 5 11 49 50
Octal 361 272 245 0 27 40 5 21 111 120
Binary 11110001 10111010 10100101 0 10111 100000 101 10001 1001001 1010000

Color Harmonies of #F1BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BAA5

Black with #F1BAA5

Text Example


Text Example

White with #F1BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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