Html Css Color HEX #FAB0AF Sundown

📋 copy color: '#FAB0AF'

red 250 ◦ green 176 ◦ blue 175

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

Shades of Sundown #FAB0AF

Tints of Sundown #FAB0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.12%

R = 41.6%
G = 29.28%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAB0AF (or 0xFAB0AF) is known color: Sundown. HEX triplet: FA, B0 and AF. RGB value is (250,176,175). Sum of RGB (Red+Green+Blue) = 250+176+175=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB0AF is #054F50. Grayscale: #C6C6C6. Windows color (decimal): -347985 or 11514106. OLE color: 11514106.

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

Color convert

RGB 250 176 175 -
CMYK 0 0.30 0.3 0.02
HSL 0.8º 0.88% 0.83% -
HSV(B) 0.8º 0.3% 0.98% -
XYZ 62.69 54.47 47.77 -
YUV 198.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 250 176 175 0 0.30 0.3 0.02 0.8 0.88 0.83
Hex FA B0 AF 0 1E 1E 2 1 58 53
Octal 372 260 257 0 36 36 2 1 130 123
Binary 11111010 10110000 10101111 0 11110 11110 10 1 1011000 1010011

Color Harmonies of #FAB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0AF

Black with #FAB0AF

Text Example


Text Example

White with #FAB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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