Html Css Color HEX #FAB5AF Sundown

📋 copy color: '#FAB5AF'

red 250 ◦ green 181 ◦ blue 175

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

Shades of Sundown #FAB5AF

Tints of Sundown #FAB5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.87%

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

R = 41.25%
G = 29.87%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAB5AF (or 0xFAB5AF) is known color: Sundown. HEX triplet: FA, B5 and AF. RGB value is (250,181,175). Sum of RGB (Red+Green+Blue) = 250+181+175=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5AF is #054A50. Grayscale: #C9C9C9. Windows color (decimal): -346705 or 11515386. OLE color: 11515386.

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

Color convert

RGB 250 181 175 -
CMYK 0 0.28 0.3 0.02
HSL 4.8º 0.88% 0.83% -
HSV(B) 4.8º 0.3% 0.98% -
XYZ 63.69 56.47 48.1 -
YUV 200.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 250 181 175 0 0.28 0.3 0.02 4.8 0.88 0.83
Hex FA B5 AF 0 1C 1E 2 5 58 53
Octal 372 265 257 0 34 36 2 5 130 123
Binary 11111010 10110101 10101111 0 11100 11110 10 101 1011000 1010011

Color Harmonies of #FAB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB5AF

Black with #FAB5AF

Text Example


Text Example

White with #FAB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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