#F0ADAD

Color #F0ADAD Sundown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundown #F0ADAD

Tints of Sundown #F0ADAD

Color information

#F0ADAD (or 0xF0ADAD) is unknown color: approx Sundown. HEX triplet: F0, AD and AD. RGB value is (240,173,173). Sum of RGB (Red+Green+Blue) = 240+173+173=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ADAD is #0F5252. Grayscale: #C1C1C1. Windows color (decimal): -1004115 or 11382256. OLE color: 11382256.

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

Color convert

RGB240173173-
CMYK00.280.280.06
HSL69.07%80.98%-
HSV(B)27.92%94.12%-
XYZ58.4251.4346.38-
YUV193.03116.7161.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.96%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=40.96%
G=29.52%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017317300.280.280.06069.0780.98
HexF0ADAD01C1C604551
Octal3602552550343460105121
Binary11110000101011011010110101110011100110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADAD; }

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

 H1.HeaderClassName
 {
   color: #F0ADAD;
 }
 .AnyTagClassName
 {
   color: #F0ADAD;
 }
</style>
background-color css

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

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

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

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

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

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