Html Css Color HEX #FAB4AA Sundown

📋 copy color: '#FAB4AA'

red 250 ◦ green 180 ◦ blue 170

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

Shades of Sundown #FAB4AA

Tints of Sundown #FAB4AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.33%

R = 41.67%
G = 30%
B = 28.33%

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

#FAB4AA (or 0xFAB4AA) is known color: Sundown. HEX triplet: FA, B4 and AA. RGB value is (250,180,170). Sum of RGB (Red+Green+Blue) = 250+180+170=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4AA is #054B55. Grayscale: #C7C7C7. Windows color (decimal): -346966 or 11187450. OLE color: 11187450.

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

Color convert

RGB 250 180 170 -
CMYK 0 0.28 0.32 0.02
HSL 7.5º 0.89% 0.82% -
HSV(B) 7.5º 0.32% 0.98% -
XYZ 63 55.87 45.49 -
YUV 199.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 250 180 170 0 0.28 0.32 0.02 7.5 0.89 0.82
Hex FA B4 AA 0 1C 20 2 8 59 52
Octal 372 264 252 0 34 40 2 10 131 122
Binary 11111010 10110100 10101010 0 11100 100000 10 1000 1011001 1010010

Color Harmonies of #FAB4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4AA

Black with #FAB4AA

Text Example


Text Example

White with #FAB4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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