Html Css Color HEX #F1ACA0 Wax Flower

📋 copy color: '#F1ACA0'

red 241 ◦ green 172 ◦ blue 160

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

Shades of Wax Flower #F1ACA0

Tints of Wax Flower #F1ACA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.92%

R = 42.06%
G = 30.02%
B = 27.92%

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

#F1ACA0 (or 0xF1ACA0) is known color: Wax Flower. HEX triplet: F1, AC and A0. RGB value is (241,172,160). Sum of RGB (Red+Green+Blue) = 241+172+160=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ACA0 is #0E535F. Grayscale: #BFBFBF. Windows color (decimal): -938848 or 10530033. OLE color: 10530033.

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

Color convert

RGB 241 172 160 -
CMYK 0 0.29 0.34 0.05
HSL 8.89º 0.74% 0.79% -
HSV(B) 8.89º 0.34% 0.95% -
XYZ 57.37 50.74 40.03 -
YUV 191.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 241 172 160 0 0.29 0.34 0.05 8.89 0.74 0.79
Hex F1 AC A0 0 1D 22 5 9 4A 4F
Octal 361 254 240 0 35 42 5 11 112 117
Binary 11110001 10101100 10100000 0 11101 100010 101 1001 1001010 1001111

Color Harmonies of #F1ACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACA0

Black with #F1ACA0

Text Example


Text Example

White with #F1ACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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