Html Css Color HEX #FBAB6E Hit Pink

📋 copy color: '#FBAB6E'

red 251 ◦ green 171 ◦ blue 110

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

Shades of Hit Pink #FBAB6E

Tints of Hit Pink #FBAB6E

RGB

 RED value IS 251 (98.44% from 255) = 47.18%

 GREEN value IS 171 (67.19% from 255) = 32.14%

 BLUE value IS 110 (43.36% from 255) = 20.68%

R = 47.18%
G = 32.14%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FBAB6E (or 0xFBAB6E) is known color: Hit Pink. HEX triplet: FB, AB and 6E. RGB value is (251,171,110). Sum of RGB (Red+Green+Blue) = 251+171+110=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB6E is #045491. Grayscale: #BCBCBC. Windows color (decimal): -283794 or 7252987. OLE color: 7252987.

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

Color convert

RGB 251 171 110 -
CMYK 0 0.32 0.56 0.02
HSL 25.96º 0.95% 0.71% -
HSV(B) 25.96º 0.56% 0.98% -
XYZ 57.16 50.76 21.54 -
YUV 187.97 84 172.96 -
System Red Green Blue C M Y K H S L
Decimal 251 171 110 0 0.32 0.56 0.02 25.96 0.95 0.71
Hex FB AB 6E 0 20 38 2 1A 5F 47
Octal 373 253 156 0 40 70 2 32 137 107
Binary 11111011 10101011 1101110 0 100000 111000 10 11010 1011111 1000111

Color Harmonies of #FBAB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB6E

Black with #FBAB6E

Text Example


Text Example

White with #FBAB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB6E; }

 p { color: rgb(251,171,110); }

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

background-color css

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

 a { background-color: rgb(251,171,110); }

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

border-color css

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

 span { border-color: rgb(251,171,110); }

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