Html Css Color HEX #F0AC9E Wax Flower

📋 copy color: '#F0AC9E'

red 240 ◦ green 172 ◦ blue 158

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

Shades of Wax Flower #F0AC9E

Tints of Wax Flower #F0AC9E

RGB

 RED value IS 240 (94.14% from 255) = 42.11%

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

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

R = 42.11%
G = 30.18%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0AC9E (or 0xF0AC9E) is known color: Wax Flower. HEX triplet: F0, AC and 9E. RGB value is (240,172,158). Sum of RGB (Red+Green+Blue) = 240+172+158=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AC9E is #0F5361. Grayscale: #BEBEBE. Windows color (decimal): -1004386 or 10398960. OLE color: 10398960.

HSL color Cylindrical-coordinate representation of color #F0AC9E: hue angle of 10.24º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0AC9E is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 172 158 -
CMYK 0 0.28 0.34 0.06
HSL 10.24º 0.73% 0.78% -
HSV(B) 10.24º 0.34% 0.94% -
XYZ 56.86 50.5 39.1 -
YUV 190.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 240 172 158 0 0.28 0.34 0.06 10.24 0.73 0.78
Hex F0 AC 9E 0 1C 22 6 A 49 4E
Octal 360 254 236 0 34 42 6 12 111 116
Binary 11110000 10101100 10011110 0 11100 100010 110 1010 1001001 1001110

Color Harmonies of #F0AC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC9E

Black with #F0AC9E

Text Example


Text Example

White with #F0AC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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