Html Css Color HEX #F1AA95 Wax Flower

📋 copy color: '#F1AA95'

red 241 ◦ green 170 ◦ blue 149

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

Shades of Wax Flower #F1AA95

Tints of Wax Flower #F1AA95

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.36%

 BLUE value IS 149 (58.59% from 255) = 26.61%

R = 43.04%
G = 30.36%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F1AA95 (or 0xF1AA95) is known color: Wax Flower. HEX triplet: F1, AA and 95. RGB value is (241,170,149). Sum of RGB (Red+Green+Blue) = 241+170+149=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AA95 is #0E556A. Grayscale: #BCBCBC. Windows color (decimal): -939371 or 9808625. OLE color: 9808625.

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

Color convert

RGB 241 170 149 -
CMYK 0 0.29 0.38 0.05
HSL 13.7º 0.77% 0.76% -
HSV(B) 13.7º 0.38% 0.95% -
XYZ 56.08 49.62 35.06 -
YUV 188.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 241 170 149 0 0.29 0.38 0.05 13.7 0.77 0.76
Hex F1 AA 95 0 1D 26 5 E 4D 4C
Octal 361 252 225 0 35 46 5 16 115 114
Binary 11110001 10101010 10010101 0 11101 100110 101 1110 1001101 1001100

Color Harmonies of #F1AA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AA95

Black with #F1AA95

Text Example


Text Example

White with #F1AA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AA95; }

 p { color: rgb(241,170,149); }

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

background-color css

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

 a { background-color: rgb(241,170,149); }

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

border-color css

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

 span { border-color: rgb(241,170,149); }

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