Html Css Color HEX #F1AC9A Wax Flower

📋 copy color: '#F1AC9A'

red 241 ◦ green 172 ◦ blue 154

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

Shades of Wax Flower #F1AC9A

Tints of Wax Flower #F1AC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.16%

R = 42.5%
G = 30.34%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1AC9A (or 0xF1AC9A) is known color: Wax Flower. HEX triplet: F1, AC and 9A. RGB value is (241,172,154). Sum of RGB (Red+Green+Blue) = 241+172+154=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AC9A is #0E5365. Grayscale: #BEBEBE. Windows color (decimal): -938854 or 10136817. OLE color: 10136817.

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

Color convert

RGB 241 172 154 -
CMYK 0 0.29 0.36 0.05
HSL 12.41º 0.76% 0.77% -
HSV(B) 12.41º 0.36% 0.95% -
XYZ 56.86 50.54 37.33 -
YUV 190.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 241 172 154 0 0.29 0.36 0.05 12.41 0.76 0.77
Hex F1 AC 9A 0 1D 24 5 C 4C 4D
Octal 361 254 232 0 35 44 5 14 114 115
Binary 11110001 10101100 10011010 0 11101 100100 101 1100 1001100 1001101

Color Harmonies of #F1AC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AC9A

Black with #F1AC9A

Text Example


Text Example

White with #F1AC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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