Html Css Color HEX #F0AEA8 Sundown

📋 copy color: '#F0AEA8'

red 240 ◦ green 174 ◦ blue 168

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

Shades of Sundown #F0AEA8

Tints of Sundown #F0AEA8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.9%

 BLUE value IS 168 (66.02% from 255) = 28.87%

R = 41.24%
G = 29.9%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F0AEA8 (or 0xF0AEA8) is known color: Sundown. HEX triplet: F0, AE and A8. RGB value is (240,174,168). Sum of RGB (Red+Green+Blue) = 240+174+168=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AEA8 is #0F5157. Grayscale: #C1C1C1. Windows color (decimal): -1003864 or 11054832. OLE color: 11054832.

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

Color convert

RGB 240 174 168 -
CMYK 0 0.28 0.3 0.06
HSL 0.71% 0.8% -
HSV(B) 0.3% 0.94% -
XYZ 58.14 51.62 43.95 -
YUV 193.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 240 174 168 0 0.28 0.3 0.06 5 0.71 0.8
Hex F0 AE A8 0 1C 1E 6 5 47 50
Octal 360 256 250 0 34 36 6 5 107 120
Binary 11110000 10101110 10101000 0 11100 11110 110 101 1000111 1010000

Color Harmonies of #F0AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AEA8

Black with #F0AEA8

Text Example


Text Example

White with #F0AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AEA8; }

 p { color: rgb(240,174,168); }

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

background-color css

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

 a { background-color: rgb(240,174,168); }

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

border-color css

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

 span { border-color: rgb(240,174,168); }

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