Html Css Color HEX #FBAB6B Hit Pink

📋 copy color: '#FBAB6B'

red 251 ◦ green 171 ◦ blue 107

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

Shades of Hit Pink #FBAB6B

Tints of Hit Pink #FBAB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.23%

R = 47.45%
G = 32.33%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FBAB6B (or 0xFBAB6B) is known color: Hit Pink. HEX triplet: FB, AB and 6B. RGB value is (251,171,107). Sum of RGB (Red+Green+Blue) = 251+171+107=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB6B is #045494. Grayscale: #BBBBBB. Windows color (decimal): -283797 or 7056379. OLE color: 7056379.

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

Color convert

RGB 251 171 107 -
CMYK 0 0.32 0.57 0.02
HSL 26.67º 0.95% 0.7% -
HSV(B) 26.67º 0.57% 0.98% -
XYZ 57 50.7 20.69 -
YUV 187.62 82.5 173.2 -
System Red Green Blue C M Y K H S L
Decimal 251 171 107 0 0.32 0.57 0.02 26.67 0.95 0.7
Hex FB AB 6B 0 20 39 2 1B 5F 46
Octal 373 253 153 0 40 71 2 33 137 106
Binary 11111011 10101011 1101011 0 100000 111001 10 11011 1011111 1000110

Color Harmonies of #FBAB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB6B

Black with #FBAB6B

Text Example


Text Example

White with #FBAB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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