#F2B4AD

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

Shades of Sundown #F2B4AD

Tints of Sundown #F2B4AD

Color information

#F2B4AD (or 0xF2B4AD) is unknown color: approx Sundown. HEX triplet: F2, B4 and AD. RGB value is (242,180,173). Sum of RGB (Red+Green+Blue) = 242+180+173=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B4AD is #0D4B52. Grayscale: #C5C5C5. Windows color (decimal): -871251 or 11384050. OLE color: 11384050.

HSL color Cylindrical-coordinate representation of color #F2B4AD: hue angle of 6.09º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2B4AD is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242180173-
CMYK00.260.290.05
HSL6.09º72.63%81.37%-
HSV(B)6.09º28.51%94.9%-
XYZ60.4854.5446.87-
YUV197.74114.04159.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.67%
GREEN value IS 180 (70.70% from 255) = 30.25%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=40.67%
G=30.25%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218017300.260.290.056.0972.6381.37
HexF2B4AD01A1D564951
Octal3622642550323556111121
Binary1111001010110100101011010110101110110111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B4AD; }

 p { color: rgb(242,180,173); }

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

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

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

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

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

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

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