Html Css Color HEX #FAB2A3 Sundown

📋 copy color: '#FAB2A3'

red 250 ◦ green 178 ◦ blue 163

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

Shades of Sundown #FAB2A3

Tints of Sundown #FAB2A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.58%

R = 42.3%
G = 30.12%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FAB2A3 (or 0xFAB2A3) is known color: Sundown. HEX triplet: FA, B2 and A3. RGB value is (250,178,163). Sum of RGB (Red+Green+Blue) = 250+178+163=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 163 (64.06% from 255 or 27.58% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2A3 is #054D5C. Grayscale: #C5C5C5. Windows color (decimal): -347485 or 10728186. OLE color: 10728186.

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

Color convert

RGB 250 178 163 -
CMYK 0 0.29 0.35 0.02
HSL 10.34º 0.9% 0.81% -
HSV(B) 10.34º 0.35% 0.98% -
XYZ 61.96 54.81 41.96 -
YUV 197.82 108.35 165.22 -
System Red Green Blue C M Y K H S L
Decimal 250 178 163 0 0.29 0.35 0.02 10.34 0.9 0.81
Hex FA B2 A3 0 1D 23 2 A 5A 51
Octal 372 262 243 0 35 43 2 12 132 121
Binary 11111010 10110010 10100011 0 11101 100011 10 1010 1011010 1010001

Color Harmonies of #FAB2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2A3

Black with #FAB2A3

Text Example


Text Example

White with #FAB2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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