Html Css Color HEX #FAB4A7 Sundown

📋 copy color: '#FAB4A7'

red 250 ◦ green 180 ◦ blue 167

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

Shades of Sundown #FAB4A7

Tints of Sundown #FAB4A7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.15%

 BLUE value IS 167 (65.63% from 255) = 27.97%

R = 41.88%
G = 30.15%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAB4A7 (or 0xFAB4A7) is known color: Sundown. HEX triplet: FA, B4 and A7. RGB value is (250,180,167). Sum of RGB (Red+Green+Blue) = 250+180+167=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4A7 is #054B58. Grayscale: #C7C7C7. Windows color (decimal): -346969 or 10990842. OLE color: 10990842.

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

Color convert

RGB 250 180 167 -
CMYK 0 0.28 0.33 0.02
HSL 9.4º 0.89% 0.82% -
HSV(B) 9.4º 0.33% 0.98% -
XYZ 62.72 55.76 44.02 -
YUV 199.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 250 180 167 0 0.28 0.33 0.02 9.4 0.89 0.82
Hex FA B4 A7 0 1C 21 2 9 59 52
Octal 372 264 247 0 34 41 2 11 131 122
Binary 11111010 10110100 10100111 0 11100 100001 10 1001 1011001 1010010

Color Harmonies of #FAB4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4A7

Black with #FAB4A7

Text Example


Text Example

White with #FAB4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4A7; }

 p { color: rgb(250,180,167); }

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

background-color css

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

 a { background-color: rgb(250,180,167); }

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

border-color css

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

 span { border-color: rgb(250,180,167); }

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