Html Css Color HEX #FAB1A8 Sundown

📋 copy color: '#FAB1A8'

red 250 ◦ green 177 ◦ blue 168

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

Shades of Sundown #FAB1A8

Tints of Sundown #FAB1A8

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.75%

 BLUE value IS 168 (66.02% from 255) = 28.24%

R = 42.02%
G = 29.75%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAB1A8 (or 0xFAB1A8) is known color: Sundown. HEX triplet: FA, B1 and A8. RGB value is (250,177,168). Sum of RGB (Red+Green+Blue) = 250+177+168=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1A8 is #054E57. Grayscale: #C5C5C5. Windows color (decimal): -347736 or 11055610. OLE color: 11055610.

HSL color Cylindrical-coordinate representation of color #FAB1A8: hue angle of 6.59º 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 #FAB1A8 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 177 168 -
CMYK 0 0.29 0.33 0.02
HSL 6.59º 0.89% 0.82% -
HSV(B) 6.59º 0.33% 0.98% -
XYZ 62.21 54.6 44.3 -
YUV 197.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 250 177 168 0 0.29 0.33 0.02 6.59 0.89 0.82
Hex FA B1 A8 0 1D 21 2 7 59 52
Octal 372 261 250 0 35 41 2 7 131 122
Binary 11111010 10110001 10101000 0 11101 100001 10 111 1011001 1010010

Color Harmonies of #FAB1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1A8

Black with #FAB1A8

Text Example


Text Example

White with #FAB1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1A8; }

 p { color: rgb(250,177,168); }

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

background-color css

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

 a { background-color: rgb(250,177,168); }

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

border-color css

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

 span { border-color: rgb(250,177,168); }

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