Html Css Color HEX #F0ADAA Sundown

📋 copy color: '#F0ADAA'

red 240 ◦ green 173 ◦ blue 170

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

Shades of Sundown #F0ADAA

Tints of Sundown #F0ADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.67%

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

R = 41.17%
G = 29.67%
B = 29.16%

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

#F0ADAA (or 0xF0ADAA) is known color: Sundown. HEX triplet: F0, AD and AA. RGB value is (240,173,170). Sum of RGB (Red+Green+Blue) = 240+173+170=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ADAA is #0F5255. Grayscale: #C0C0C0. Windows color (decimal): -1004118 or 11185648. OLE color: 11185648.

HSL color Cylindrical-coordinate representation of color #F0ADAA: hue angle of 2.57º 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 #F0ADAA is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 173 170 -
CMYK 0 0.28 0.29 0.06
HSL 2.57º 0.7% 0.8% -
HSV(B) 2.57º 0.29% 0.94% -
XYZ 58.13 51.31 44.87 -
YUV 192.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 240 173 170 0 0.28 0.29 0.06 2.57 0.7 0.8
Hex F0 AD AA 0 1C 1D 6 3 46 50
Octal 360 255 252 0 34 35 6 3 106 120
Binary 11110000 10101101 10101010 0 11100 11101 110 11 1000110 1010000

Color Harmonies of #F0ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ADAA

Black with #F0ADAA

Text Example


Text Example

White with #F0ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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