#F1B2AD

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

Shades of Sundown #F1B2AD

Tints of Sundown #F1B2AD

Color information

#F1B2AD (or 0xF1B2AD) is unknown color: approx Sundown. HEX triplet: F1, B2 and AD. RGB value is (241,178,173). Sum of RGB (Red+Green+Blue) = 241+178+173=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B2AD is #0E4D52. Grayscale: #C4C4C4. Windows color (decimal): -937299 or 11383537. OLE color: 11383537.

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

Color convert

RGB241178173-
CMYK00.260.280.05
HSL4.41º70.83%81.18%-
HSV(B)4.41º28.22%94.51%-
XYZ59.7453.5646.72-
YUV196.27114.87159.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 178 (69.92% from 255) = 30.07%
BLUE value IS 173 (67.97% from 255) = 29.22%
R=40.71%
G=30.07%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117817300.260.280.054.4170.8381.18
HexF1B2AD01A1C544751
Octal3612622550323454107121
Binary1111000110110010101011010110101110010110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B2AD; }

 p { color: rgb(241,178,173); }

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

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

 a { background-color: rgb(241,178,173); }

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

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

 span { border-color: rgb(241,178,173); }

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