#F1ADAB

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

Shades of Sundown #F1ADAB

Tints of Sundown #F1ADAB

Color information

#F1ADAB (or 0xF1ADAB) is unknown color: approx Sundown. HEX triplet: F1, AD and AB. RGB value is (241,173,171). Sum of RGB (Red+Green+Blue) = 241+173+171=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ADAB is #0E5254. Grayscale: #C1C1C1. Windows color (decimal): -938581 or 11251185. OLE color: 11251185.

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

Color convert

RGB241173171-
CMYK00.280.290.05
HSL1.71º71.43%80.78%-
HSV(B)1.71º29.05%94.51%-
XYZ58.5751.5345.39-
YUV193.1115.53162.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=41.20%
G=29.57%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117317100.280.290.051.7171.4380.78
HexF1ADAB01C1D524751
Octal3612552530343552107121
Binary111100011010110110101011011100111011011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADAB; }

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

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

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

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

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

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

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

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