Html Css Color HEX #F0AC96 Wax Flower

📋 copy color: '#F0AC96'

red 240 ◦ green 172 ◦ blue 150

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

Shades of Wax Flower #F0AC96

Tints of Wax Flower #F0AC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.69%

R = 42.7%
G = 30.6%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F0AC96 (or 0xF0AC96) is known color: Wax Flower. HEX triplet: F0, AC and 96. RGB value is (240,172,150). Sum of RGB (Red+Green+Blue) = 240+172+150=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AC96 is #0F5369. Grayscale: #BDBDBD. Windows color (decimal): -1004394 or 9874672. OLE color: 9874672.

HSL color Cylindrical-coordinate representation of color #F0AC96: hue angle of 14.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0AC96 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 172 150 -
CMYK 0 0.28 0.37 0.06
HSL 14.67º 0.75% 0.76% -
HSV(B) 14.67º 0.38% 0.94% -
XYZ 56.19 50.23 35.59 -
YUV 189.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 240 172 150 0 0.28 0.37 0.06 14.67 0.75 0.76
Hex F0 AC 96 0 1C 25 6 F 4B 4C
Octal 360 254 226 0 34 45 6 17 113 114
Binary 11110000 10101100 10010110 0 11100 100101 110 1111 1001011 1001100

Color Harmonies of #F0AC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC96

Black with #F0AC96

Text Example


Text Example

White with #F0AC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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