Html Css Color HEX #F0ACA0 Wax Flower

📋 copy color: '#F0ACA0'

red 240 ◦ green 172 ◦ blue 160

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

Shades of Wax Flower #F0ACA0

Tints of Wax Flower #F0ACA0

RGB

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

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

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

R = 41.96%
G = 30.07%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F0ACA0 (or 0xF0ACA0) is known color: Wax Flower. HEX triplet: F0, AC and A0. RGB value is (240,172,160). Sum of RGB (Red+Green+Blue) = 240+172+160=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ACA0 is #0F535F. Grayscale: #BFBFBF. Windows color (decimal): -1004384 or 10530032. OLE color: 10530032.

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

Color convert

RGB 240 172 160 -
CMYK 0 0.28 0.33 0.06
HSL 0.73% 0.78% -
HSV(B) 0.33% 0.94% -
XYZ 57.03 50.57 40.01 -
YUV 190.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 240 172 160 0 0.28 0.33 0.06 9 0.73 0.78
Hex F0 AC A0 0 1C 21 6 9 49 4E
Octal 360 254 240 0 34 41 6 11 111 116
Binary 11110000 10101100 10100000 0 11100 100001 110 1001 1001001 1001110

Color Harmonies of #F0ACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACA0

Black with #F0ACA0

Text Example


Text Example

White with #F0ACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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