Html Css Color HEX #F2AC9F Wax Flower

📋 copy color: '#F2AC9F'

red 242 ◦ green 172 ◦ blue 159

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

Shades of Wax Flower #F2AC9F

Tints of Wax Flower #F2AC9F

RGB

 RED value IS 242 (94.92% from 255) = 42.23%

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

 BLUE value IS 159 (62.5% from 255) = 27.75%

R = 42.23%
G = 30.02%
B = 27.75%

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

#F2AC9F (or 0xF2AC9F) is known color: Wax Flower. HEX triplet: F2, AC and 9F. RGB value is (242,172,159). Sum of RGB (Red+Green+Blue) = 242+172+159=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AC9F is #0D5360. Grayscale: #BFBFBF. Windows color (decimal): -873313 or 10464498. OLE color: 10464498.

HSL color Cylindrical-coordinate representation of color #F2AC9F: hue angle of 9.4º degrees, saturation: 0.76, 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 #F2AC9F is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 172 159 -
CMYK 0 0.29 0.34 0.05
HSL 9.4º 0.76% 0.79% -
HSV(B) 9.4º 0.34% 0.95% -
XYZ 57.63 50.89 39.59 -
YUV 191.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 242 172 159 0 0.29 0.34 0.05 9.4 0.76 0.79
Hex F2 AC 9F 0 1D 22 5 9 4C 4F
Octal 362 254 237 0 35 42 5 11 114 117
Binary 11110010 10101100 10011111 0 11101 100010 101 1001 1001100 1001111

Color Harmonies of #F2AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AC9F

Black with #F2AC9F

Text Example


Text Example

White with #F2AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AC9F; }

 p { color: rgb(242,172,159); }

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

background-color css

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

 a { background-color: rgb(242,172,159); }

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

border-color css

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

 span { border-color: rgb(242,172,159); }

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