Html Css Color HEX #F0AC99 Wax Flower

📋 copy color: '#F0AC99'

red 240 ◦ green 172 ◦ blue 153

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

Shades of Wax Flower #F0AC99

Tints of Wax Flower #F0AC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.08%

R = 42.48%
G = 30.44%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0AC99 (or 0xF0AC99) is known color: Wax Flower. HEX triplet: F0, AC and 99. RGB value is (240,172,153). Sum of RGB (Red+Green+Blue) = 240+172+153=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AC99 is #0F5366. Grayscale: #BEBEBE. Windows color (decimal): -1004391 or 10071280. OLE color: 10071280.

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

Color convert

RGB 240 172 153 -
CMYK 0 0.28 0.36 0.06
HSL 13.1º 0.74% 0.77% -
HSV(B) 13.1º 0.36% 0.94% -
XYZ 56.44 50.33 36.88 -
YUV 190.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 240 172 153 0 0.28 0.36 0.06 13.1 0.74 0.77
Hex F0 AC 99 0 1C 24 6 D 4A 4D
Octal 360 254 231 0 34 44 6 15 112 115
Binary 11110000 10101100 10011001 0 11100 100100 110 1101 1001010 1001101

Color Harmonies of #F0AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC99

Black with #F0AC99

Text Example


Text Example

White with #F0AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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