Html Css Color HEX #FAB0AD Sundown

📋 copy color: '#FAB0AD'

red 250 ◦ green 176 ◦ blue 173

#FAB0AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundown #FAB0AD

Tints of Sundown #FAB0AD

RGB

 RED value IS 250 (98.05% from 255) = 41.74%

 GREEN value IS 176 (69.14% from 255) = 29.38%

 BLUE value IS 173 (67.97% from 255) = 28.88%

R = 41.74%
G = 29.38%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAB0AD (or 0xFAB0AD) is known color: Sundown. HEX triplet: FA, B0 and AD. RGB value is (250,176,173). Sum of RGB (Red+Green+Blue) = 250+176+173=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB0AD is #054F52. Grayscale: #C5C5C5. Windows color (decimal): -347987 or 11383034. OLE color: 11383034.

HSL color Cylindrical-coordinate representation of color #FAB0AD: hue angle of 2.34º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAB0AD is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 173 -
CMYK 0 0.30 0.31 0.02
HSL 2.34º 0.89% 0.83% -
HSV(B) 2.34º 0.31% 0.98% -
XYZ 62.49 54.39 46.74 -
YUV 197.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 250 176 173 0 0.30 0.31 0.02 2.34 0.89 0.83
Hex FA B0 AD 0 1E 1F 2 2 59 53
Octal 372 260 255 0 36 37 2 2 131 123
Binary 11111010 10110000 10101101 0 11110 11111 10 10 1011001 1010011

Color Harmonies of #FAB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0AD

Black with #FAB0AD

Text Example


Text Example

White with #FAB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0AD; }

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

 H1.HeaderClassName
 {
   color: #FAB0AD;
 }
 .AnyTagClassName
 {
   color: #FAB0AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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