#F2B0AD

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

Shades of Sundown #F2B0AD

Tints of Sundown #F2B0AD

Color information

#F2B0AD (or 0xF2B0AD) is unknown color: approx Sundown. HEX triplet: F2, B0 and AD. RGB value is (242,176,173). Sum of RGB (Red+Green+Blue) = 242+176+173=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B0AD is #0D4F52. Grayscale: #C3C3C3. Windows color (decimal): -872275 or 11383026. OLE color: 11383026.

HSL color Cylindrical-coordinate representation of color #F2B0AD: hue angle of 2.61º 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 #F2B0AD is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242176173-
CMYK00.270.290.05
HSL2.61º72.63%81.37%-
HSV(B)2.61º28.51%94.9%-
XYZ59.6952.9546.61-
YUV195.39115.37161.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.95%
GREEN value IS 176 (69.14% from 255) = 29.78%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=40.95%
G=29.78%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217617300.270.290.052.6172.6381.37
HexF2B0AD01B1D534951
Octal3622602550333553111121
Binary111100101011000010101101011011111011011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0AD; }

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

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

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

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

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

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

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

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