#F1B4AA

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

Shades of Sundown #F1B4AA

Tints of Sundown #F1B4AA

Color information

#F1B4AA (or 0xF1B4AA) is unknown color: approx Sundown. HEX triplet: F1, B4 and AA. RGB value is (241,180,170). Sum of RGB (Red+Green+Blue) = 241+180+170=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B4AA is #0E4B55. Grayscale: #C5C5C5. Windows color (decimal): -936790 or 11187441. OLE color: 11187441.

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

Color convert

RGB241180170-
CMYK00.250.290.05
HSL8.45º71.72%80.59%-
HSV(B)8.45º29.46%94.51%-
XYZ59.8554.2545.35-
YUV197.1112.71159.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 170 (66.80% from 255) = 28.76%
R=40.78%
G=30.46%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118017000.250.290.058.4571.7280.59
HexF1B4AA0191D584851
Octal36126425203135510110121
Binary11110001101101001010101001100111101101100010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B4AA; }

 p { color: rgb(241,180,170); }

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

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

 a { background-color: rgb(241,180,170); }

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

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

 span { border-color: rgb(241,180,170); }

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