Html Css Color HEX #F1AA96 Wax Flower

📋 copy color: '#F1AA96'

red 241 ◦ green 170 ◦ blue 150

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

Shades of Wax Flower #F1AA96

Tints of Wax Flower #F1AA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.74%

R = 42.96%
G = 30.3%
B = 26.74%

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

#F1AA96 (or 0xF1AA96) is known color: Wax Flower. HEX triplet: F1, AA and 96. RGB value is (241,170,150). Sum of RGB (Red+Green+Blue) = 241+170+150=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AA96 is #0E5569. Grayscale: #BDBDBD. Windows color (decimal): -939370 or 9874161. OLE color: 9874161.

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

Color convert

RGB 241 170 150 -
CMYK 0 0.29 0.38 0.05
HSL 13.19º 0.76% 0.77% -
HSV(B) 13.19º 0.38% 0.95% -
XYZ 56.16 49.65 35.48 -
YUV 188.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 241 170 150 0 0.29 0.38 0.05 13.19 0.76 0.77
Hex F1 AA 96 0 1D 26 5 D 4C 4D
Octal 361 252 226 0 35 46 5 15 114 115
Binary 11110001 10101010 10010110 0 11101 100110 101 1101 1001100 1001101

Color Harmonies of #F1AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AA96

Black with #F1AA96

Text Example


Text Example

White with #F1AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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