Html Css Color HEX #FAB2A6 Sundown

📋 copy color: '#FAB2A6'

red 250 ◦ green 178 ◦ blue 166

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

Shades of Sundown #FAB2A6

Tints of Sundown #FAB2A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.95%

R = 42.09%
G = 29.97%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAB2A6 (or 0xFAB2A6) is known color: Sundown. HEX triplet: FA, B2 and A6. RGB value is (250,178,166). Sum of RGB (Red+Green+Blue) = 250+178+166=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2A6 is #054D59. Grayscale: #C6C6C6. Windows color (decimal): -347482 or 10924794. OLE color: 10924794.

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

Color convert

RGB 250 178 166 -
CMYK 0 0.29 0.34 0.02
HSL 8.57º 0.89% 0.82% -
HSV(B) 8.57º 0.34% 0.98% -
XYZ 62.23 54.92 43.4 -
YUV 198.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 250 178 166 0 0.29 0.34 0.02 8.57 0.89 0.82
Hex FA B2 A6 0 1D 22 2 9 59 52
Octal 372 262 246 0 35 42 2 11 131 122
Binary 11111010 10110010 10100110 0 11101 100010 10 1001 1011001 1010010

Color Harmonies of #FAB2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2A6

Black with #FAB2A6

Text Example


Text Example

White with #FAB2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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