Html Css Color HEX #FAB1B1 Sundown

📋 copy color: '#FAB1B1'

red 250 ◦ green 177 ◦ blue 177

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

Shades of Sundown #FAB1B1

Tints of Sundown #FAB1B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.3%

R = 41.39%
G = 29.3%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAB1B1 (or 0xFAB1B1) is known color: Sundown. HEX triplet: FA, B1 and B1. RGB value is (250,177,177). Sum of RGB (Red+Green+Blue) = 250+177+177=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1B1 is #054E4E. Grayscale: #C6C6C6. Windows color (decimal): -347727 or 11645434. OLE color: 11645434.

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

Color convert

RGB 250 177 177 -
CMYK 0 0.29 0.29 0.02
HSL 0.88% 0.84% -
HSV(B) 0.29% 0.98% -
XYZ 63.08 54.94 48.88 -
YUV 198.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 250 177 177 0 0.29 0.29 0.02 0 0.88 0.84
Hex FA B1 B1 0 1D 1D 2 0 58 54
Octal 372 261 261 0 35 35 2 0 130 124
Binary 11111010 10110001 10110001 0 11101 11101 10 0 1011000 1010100

Color Harmonies of #FAB1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1B1

Black with #FAB1B1

Text Example


Text Example

White with #FAB1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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