#F0ABA4

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

Shades of Sundown #F0ABA4

Tints of Sundown #F0ABA4

Color information

#F0ABA4 (or 0xF0ABA4) is unknown color: approx Sundown. HEX triplet: F0, AB and A4. RGB value is (240,171,164). Sum of RGB (Red+Green+Blue) = 240+171+164=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ABA4 is #0F545B. Grayscale: #BEBEBE. Windows color (decimal): -1004636 or 10791920. OLE color: 10791920.

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

Color convert

RGB240171164-
CMYK00.290.320.06
HSL5.53º71.7%79.22%-
HSV(B)5.53º31.67%94.12%-
XYZ57.250.3341.82-
YUV190.83112.86163.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 164 (64.45% from 255) = 28.52%
R=41.74%
G=29.74%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017116400.290.320.065.5371.779.22
HexF0ABA401D2066484f
Octal3602532440354066110117
Binary11110000101010111010010001110110000011011010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ABA4; }

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

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

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

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

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

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

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

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