#F4B0AE

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

Shades of Sundown #F4B0AE

Tints of Sundown #F4B0AE

Color information

#F4B0AE (or 0xF4B0AE) is unknown color: approx Sundown. HEX triplet: F4, B0 and AE. RGB value is (244,176,174). Sum of RGB (Red+Green+Blue) = 244+176+174=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4B0AE is #0B4F51. Grayscale: #C4C4C4. Windows color (decimal): -741202 or 11448564. OLE color: 11448564.

HSL color Cylindrical-coordinate representation of color #F4B0AE: hue angle of 1.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4B0AE is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB244176174-
CMYK00.280.290.04
HSL1.71º76.09%81.96%-
HSV(B)1.71º28.69%95.69%-
XYZ60.4753.3447.15-
YUV196.1115.53162.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.08%
GREEN value IS 176 (69.14% from 255) = 29.63%
BLUE value IS 174 (68.36% from 255) = 29.29%
R=41.08%
G=29.63%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417617400.280.290.041.7176.0981.96
HexF4B0AE01C1D424c52
Octal3642602560343542114122
Binary111101001011000010101110011100111011001010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B0AE; }

 p { color: rgb(244,176,174); }

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

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

 a { background-color: rgb(244,176,174); }

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

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

 span { border-color: rgb(244,176,174); }

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