#F2ADAB

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

Shades of Sundown #F2ADAB

Tints of Sundown #F2ADAB

Color information

#F2ADAB (or 0xF2ADAB) is unknown color: approx Sundown. HEX triplet: F2, AD and AB. RGB value is (242,173,171). Sum of RGB (Red+Green+Blue) = 242+173+171=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ADAB is #0D5254. Grayscale: #C1C1C1. Windows color (decimal): -873045 or 11251186. OLE color: 11251186.

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

Color convert

RGB242173171-
CMYK00.290.290.05
HSL1.69º73.2%80.98%-
HSV(B)1.69º29.34%94.9%-
XYZ58.9151.745.4-
YUV193.4115.36162.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.30%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 171 (67.19% from 255) = 29.18%
R=41.30%
G=29.52%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217317100.290.290.051.6973.280.98
HexF2ADAB01D1D524951
Octal3622552530353552111121
Binary111100101010110110101011011101111011011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADAB; }

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

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

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

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

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

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

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

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