Html Css Color HEX #F1AA92 Wax Flower

📋 copy color: '#F1AA92'

red 241 ◦ green 170 ◦ blue 146

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

Shades of Wax Flower #F1AA92

Tints of Wax Flower #F1AA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.21%

R = 43.27%
G = 30.52%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F1AA92 (or 0xF1AA92) is known color: Wax Flower. HEX triplet: F1, AA and 92. RGB value is (241,170,146). Sum of RGB (Red+Green+Blue) = 241+170+146=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AA92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AA92 is #0E556D. Grayscale: #BCBCBC. Windows color (decimal): -939374 or 9612017. OLE color: 9612017.

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

Color convert

RGB 241 170 146 -
CMYK 0 0.29 0.39 0.05
HSL 15.16º 0.77% 0.76% -
HSV(B) 15.16º 0.39% 0.95% -
XYZ 55.84 49.53 33.81 -
YUV 188.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 241 170 146 0 0.29 0.39 0.05 15.16 0.77 0.76
Hex F1 AA 92 0 1D 27 5 F 4D 4C
Octal 361 252 222 0 35 47 5 17 115 114
Binary 11110001 10101010 10010010 0 11101 100111 101 1111 1001101 1001100

Color Harmonies of #F1AA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AA92

Black with #F1AA92

Text Example


Text Example

White with #F1AA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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