Html Css Color HEX #FAB4AD Sundown

📋 copy color: '#FAB4AD'

red 250 ◦ green 180 ◦ blue 173

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

Shades of Sundown #FAB4AD

Tints of Sundown #FAB4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.85%

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

R = 41.46%
G = 29.85%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAB4AD (or 0xFAB4AD) is known color: Sundown. HEX triplet: FA, B4 and AD. RGB value is (250,180,173). Sum of RGB (Red+Green+Blue) = 250+180+173=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4AD is #054B52. Grayscale: #C8C8C8. Windows color (decimal): -346963 or 11384058. OLE color: 11384058.

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

Color convert

RGB 250 180 173 -
CMYK 0 0.28 0.31 0.02
HSL 5.45º 0.89% 0.83% -
HSV(B) 5.45º 0.31% 0.98% -
XYZ 63.29 55.98 47.01 -
YUV 200.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 250 180 173 0 0.28 0.31 0.02 5.45 0.89 0.83
Hex FA B4 AD 0 1C 1F 2 5 59 53
Octal 372 264 255 0 34 37 2 5 131 123
Binary 11111010 10110100 10101101 0 11100 11111 10 101 1011001 1010011

Color Harmonies of #FAB4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4AD

Black with #FAB4AD

Text Example


Text Example

White with #FAB4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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