Html Css Color HEX #F0ACAA Sundown

📋 copy color: '#F0ACAA'

red 240 ◦ green 172 ◦ blue 170

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

Shades of Sundown #F0ACAA

Tints of Sundown #F0ACAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.21%

R = 41.24%
G = 29.55%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0ACAA (or 0xF0ACAA) is known color: Sundown. HEX triplet: F0, AC and AA. RGB value is (240,172,170). Sum of RGB (Red+Green+Blue) = 240+172+170=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ACAA is #0F5355. Grayscale: #C0C0C0. Windows color (decimal): -1004374 or 11185392. OLE color: 11185392.

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

Color convert

RGB 240 172 170 -
CMYK 0 0.28 0.29 0.06
HSL 1.71º 0.7% 0.8% -
HSV(B) 1.71º 0.29% 0.94% -
XYZ 57.94 50.93 44.81 -
YUV 192.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 240 172 170 0 0.28 0.29 0.06 1.71 0.7 0.8
Hex F0 AC AA 0 1C 1D 6 2 46 50
Octal 360 254 252 0 34 35 6 2 106 120
Binary 11110000 10101100 10101010 0 11100 11101 110 10 1000110 1010000

Color Harmonies of #F0ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACAA

Black with #F0ACAA

Text Example


Text Example

White with #F0ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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