Html Css Color HEX #FAB0AE Sundown

📋 copy color: '#FAB0AE'

red 250 ◦ green 176 ◦ blue 174

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

Shades of Sundown #FAB0AE

Tints of Sundown #FAB0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.33%

 BLUE value IS 174 (68.36% from 255) = 29%

R = 41.67%
G = 29.33%
B = 29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAB0AE (or 0xFAB0AE) is known color: Sundown. HEX triplet: FA, B0 and AE. RGB value is (250,176,174). Sum of RGB (Red+Green+Blue) = 250+176+174=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB0AE is #054F51. Grayscale: #C5C5C5. Windows color (decimal): -347986 or 11448570. OLE color: 11448570.

HSL color Cylindrical-coordinate representation of color #FAB0AE: hue angle of 1.58º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0AE is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 174 -
CMYK 0 0.30 0.30 0.02
HSL 1.58º 0.88% 0.83% -
HSV(B) 1.58º 0.3% 0.98% -
XYZ 62.59 54.43 47.25 -
YUV 197.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 250 176 174 0 0.30 0.30 0.02 1.58 0.88 0.83
Hex FA B0 AE 0 1E 1E 2 2 58 53
Octal 372 260 256 0 36 36 2 2 130 123
Binary 11111010 10110000 10101110 0 11110 11110 10 10 1011000 1010011

Color Harmonies of #FAB0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0AE

Black with #FAB0AE

Text Example


Text Example

White with #FAB0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0AE; }

 p { color: rgb(250,176,174); }

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

background-color css

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

 a { background-color: rgb(250,176,174); }

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

border-color css

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

 span { border-color: rgb(250,176,174); }

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