Html Css Color HEX #FAB2AD Sundown

📋 copy color: '#FAB2AD'

red 250 ◦ green 178 ◦ blue 173

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

Shades of Sundown #FAB2AD

Tints of Sundown #FAB2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.79%

R = 41.6%
G = 29.62%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAB2AD (or 0xFAB2AD) is known color: Sundown. HEX triplet: FA, B2 and AD. RGB value is (250,178,173). Sum of RGB (Red+Green+Blue) = 250+178+173=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2AD is #054D52. Grayscale: #C7C7C7. Windows color (decimal): -347475 or 11383546. OLE color: 11383546.

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

Color convert

RGB 250 178 173 -
CMYK 0 0.29 0.31 0.02
HSL 3.9º 0.89% 0.83% -
HSV(B) 3.9º 0.31% 0.98% -
XYZ 62.89 55.18 46.87 -
YUV 198.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 250 178 173 0 0.29 0.31 0.02 3.9 0.89 0.83
Hex FA B2 AD 0 1D 1F 2 4 59 53
Octal 372 262 255 0 35 37 2 4 131 123
Binary 11111010 10110010 10101101 0 11101 11111 10 100 1011001 1010011

Color Harmonies of #FAB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2AD

Black with #FAB2AD

Text Example


Text Example

White with #FAB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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