Html Css Color HEX #FAB4A9 Sundown

📋 copy color: '#FAB4A9'

red 250 ◦ green 180 ◦ blue 169

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

Shades of Sundown #FAB4A9

Tints of Sundown #FAB4A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.21%

R = 41.74%
G = 30.05%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAB4A9 (or 0xFAB4A9) is known color: Sundown. HEX triplet: FA, B4 and A9. RGB value is (250,180,169). Sum of RGB (Red+Green+Blue) = 250+180+169=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 169 (66.41% from 255 or 28.21% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4A9 is #054B56. Grayscale: #C7C7C7. Windows color (decimal): -346967 or 11121914. OLE color: 11121914.

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

Color convert

RGB 250 180 169 -
CMYK 0 0.28 0.32 0.02
HSL 8.15º 0.89% 0.82% -
HSV(B) 8.15º 0.32% 0.98% -
XYZ 62.91 55.83 45 -
YUV 199.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 250 180 169 0 0.28 0.32 0.02 8.15 0.89 0.82
Hex FA B4 A9 0 1C 20 2 8 59 52
Octal 372 264 251 0 34 40 2 10 131 122
Binary 11111010 10110100 10101001 0 11100 100000 10 1000 1011001 1010010

Color Harmonies of #FAB4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4A9

Black with #FAB4A9

Text Example


Text Example

White with #FAB4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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