Html Css Color HEX #FAB2AB Sundown

📋 copy color: '#FAB2AB'

red 250 ◦ green 178 ◦ blue 171

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

Shades of Sundown #FAB2AB

Tints of Sundown #FAB2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.55%

R = 41.74%
G = 29.72%
B = 28.55%

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

#FAB2AB (or 0xFAB2AB) is known color: Sundown. HEX triplet: FA, B2 and AB. RGB value is (250,178,171). Sum of RGB (Red+Green+Blue) = 250+178+171=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2AB is #054D54. Grayscale: #C6C6C6. Windows color (decimal): -347477 or 11252474. OLE color: 11252474.

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

Color convert

RGB 250 178 171 -
CMYK 0 0.29 0.32 0.02
HSL 5.32º 0.89% 0.83% -
HSV(B) 5.32º 0.32% 0.98% -
XYZ 62.7 55.11 45.86 -
YUV 198.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 250 178 171 0 0.29 0.32 0.02 5.32 0.89 0.83
Hex FA B2 AB 0 1D 20 2 5 59 53
Octal 372 262 253 0 35 40 2 5 131 123
Binary 11111010 10110010 10101011 0 11101 100000 10 101 1011001 1010011

Color Harmonies of #FAB2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2AB

Black with #FAB2AB

Text Example


Text Example

White with #FAB2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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