Html Css Color HEX #FAB2AA Sundown

📋 copy color: '#FAB2AA'

red 250 ◦ green 178 ◦ blue 170

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

Shades of Sundown #FAB2AA

Tints of Sundown #FAB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.77%

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

R = 41.81%
G = 29.77%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAB2AA (or 0xFAB2AA) is known color: Sundown. HEX triplet: FA, B2 and AA. RGB value is (250,178,170). Sum of RGB (Red+Green+Blue) = 250+178+170=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2AA is #054D55. Grayscale: #C6C6C6. Windows color (decimal): -347478 or 11186938. OLE color: 11186938.

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

Color convert

RGB 250 178 170 -
CMYK 0 0.29 0.32 0.02
HSL 0.89% 0.82% -
HSV(B) 0.32% 0.98% -
XYZ 62.6 55.07 45.36 -
YUV 198.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 250 178 170 0 0.29 0.32 0.02 6 0.89 0.82
Hex FA B2 AA 0 1D 20 2 6 59 52
Octal 372 262 252 0 35 40 2 6 131 122
Binary 11111010 10110010 10101010 0 11101 100000 10 110 1011001 1010010

Color Harmonies of #FAB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2AA

Black with #FAB2AA

Text Example


Text Example

White with #FAB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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