Html Css Color HEX #FAB1AD Sundown

📋 copy color: '#FAB1AD'

red 250 ◦ green 177 ◦ blue 173

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

Shades of Sundown #FAB1AD

Tints of Sundown #FAB1AD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.5%

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

R = 41.67%
G = 29.5%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAB1AD (or 0xFAB1AD) is known color: Sundown. HEX triplet: FA, B1 and AD. RGB value is (250,177,173). Sum of RGB (Red+Green+Blue) = 250+177+173=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1AD is #054E52. Grayscale: #C6C6C6. Windows color (decimal): -347731 or 11383290. OLE color: 11383290.

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

Color convert

RGB 250 177 173 -
CMYK 0 0.29 0.31 0.02
HSL 3.12º 0.89% 0.83% -
HSV(B) 3.12º 0.31% 0.98% -
XYZ 62.69 54.79 46.81 -
YUV 198.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 250 177 173 0 0.29 0.31 0.02 3.12 0.89 0.83
Hex FA B1 AD 0 1D 1F 2 3 59 53
Octal 372 261 255 0 35 37 2 3 131 123
Binary 11111010 10110001 10101101 0 11101 11111 10 11 1011001 1010011

Color Harmonies of #FAB1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1AD

Black with #FAB1AD

Text Example


Text Example

White with #FAB1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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