Html Css Color HEX #F1AC9E Wax Flower

📋 copy color: '#F1AC9E'

red 241 ◦ green 172 ◦ blue 158

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

Shades of Wax Flower #F1AC9E

Tints of Wax Flower #F1AC9E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.12%

 BLUE value IS 158 (62.11% from 255) = 27.67%

R = 42.21%
G = 30.12%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1AC9E (or 0xF1AC9E) is known color: Wax Flower. HEX triplet: F1, AC and 9E. RGB value is (241,172,158). Sum of RGB (Red+Green+Blue) = 241+172+158=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AC9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AC9E is #0E5361. Grayscale: #BFBFBF. Windows color (decimal): -938850 or 10398961. OLE color: 10398961.

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

Color convert

RGB 241 172 158 -
CMYK 0 0.29 0.34 0.05
HSL 10.12º 0.75% 0.78% -
HSV(B) 10.12º 0.34% 0.95% -
XYZ 57.2 50.67 39.11 -
YUV 191.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 241 172 158 0 0.29 0.34 0.05 10.12 0.75 0.78
Hex F1 AC 9E 0 1D 22 5 A 4B 4E
Octal 361 254 236 0 35 42 5 12 113 116
Binary 11110001 10101100 10011110 0 11101 100010 101 1010 1001011 1001110

Color Harmonies of #F1AC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AC9E

Black with #F1AC9E

Text Example


Text Example

White with #F1AC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AC9E; }

 p { color: rgb(241,172,158); }

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

background-color css

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

 a { background-color: rgb(241,172,158); }

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

border-color css

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

 span { border-color: rgb(241,172,158); }

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