#F0ADAB

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

Shades of Sundown #F0ADAB

Tints of Sundown #F0ADAB

Color information

#F0ADAB (or 0xF0ADAB) is unknown color: approx Sundown. HEX triplet: F0, AD and AB. RGB value is (240,173,171). Sum of RGB (Red+Green+Blue) = 240+173+171=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ADAB is #0F5254. Grayscale: #C0C0C0. Windows color (decimal): -1004117 or 11251184. OLE color: 11251184.

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

Color convert

RGB240173171-
CMYK00.280.290.06
HSL1.74º69.7%80.59%-
HSV(B)1.74º28.75%94.12%-
XYZ58.2351.3545.37-
YUV192.8115.7161.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 173 (67.97% from 255) = 29.62%
BLUE value IS 171 (67.19% from 255) = 29.28%
R=41.10%
G=29.62%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017317100.280.290.061.7469.780.59
HexF0ADAB01C1D624651
Octal3602552530343562106121
Binary111100001010110110101011011100111011101010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADAB; }

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

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

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

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

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

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

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

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