Html Css Color HEX #F0AEA5 Sundown

📋 copy color: '#F0AEA5'

red 240 ◦ green 174 ◦ blue 165

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

Shades of Sundown #F0AEA5

Tints of Sundown #F0AEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.5%

R = 41.45%
G = 30.05%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F0AEA5 (or 0xF0AEA5) is known color: Sundown. HEX triplet: F0, AE and A5. RGB value is (240,174,165). Sum of RGB (Red+Green+Blue) = 240+174+165=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AEA5 is #0F515A. Grayscale: #C0C0C0. Windows color (decimal): -1003867 or 10858224. OLE color: 10858224.

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

Color convert

RGB 240 174 165 -
CMYK 0 0.28 0.31 0.06
HSL 7.2º 0.71% 0.79% -
HSV(B) 7.2º 0.31% 0.94% -
XYZ 57.86 51.51 42.49 -
YUV 192.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 240 174 165 0 0.28 0.31 0.06 7.2 0.71 0.79
Hex F0 AE A5 0 1C 1F 6 7 47 4F
Octal 360 256 245 0 34 37 6 7 107 117
Binary 11110000 10101110 10100101 0 11100 11111 110 111 1000111 1001111

Color Harmonies of #F0AEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AEA5

Black with #F0AEA5

Text Example


Text Example

White with #F0AEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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